From 29a0ccbce97978e5d65b8f96c85a00611bb403c4 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 20 Jul 2023 17:18:12 +0200 Subject: Revert "Add notBefore and notAfter to SSL cert info display" Due to an oversight in reviewing, this used functionality not compatible with old versions of OpenSSL. This reverts commit 75ec5e7bec700577d39d653c316e3ae6c505842c. --- doc/src/sgml/monitoring.sgml | 20 -------------------- doc/src/sgml/sslinfo.sgml | 30 ------------------------------ 2 files changed, 50 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 42c7808f505..588b720f57e 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2257,26 +2257,6 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i This field is truncated like client_dn. - - - - not_before text - - - Not before UTC timestamp of the client certificate, or NULL if no client - certificate was supplied. - - - - - - not_after text - - - Not after UTC timestamp of the client certificate, or NULL if no client - certificate was supplied. - - diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index 06f5728096e..85d49f66537 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -240,36 +240,6 @@ emailAddress - - - - ssl_client_get_notbefore() returns text - - ssl_client_get_notbefore - - - - - Return the not before UTC timestamp of the client - certificate. - - - - - - - ssl_client_get_notafter() returns text - - ssl_client_get_notafter - - - - - Return the not after UTC timestamp of the client - certificate. - - - -- cgit v1.2.3