From e747f4935a7463548862cead95d5c9dcdfea0d0a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Apr 2006 02:29:14 +0000 Subject: Add support for SSL Certificate Revocation List (CRL) files, root.crl. Libor Hoho? --- doc/src/sgml/runtime.sgml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 75e70aa237..a18914ac10 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1553,7 +1553,9 @@ chmod og-rwx server.key the file root.crt in the data directory. When present, a client certificate will be requested from the client during SSL connection startup, and it must have been signed by one of the - certificates present in root.crt. + certificates present in root.crt. Certificate + Revocation List (CRL) entries are also checked if the file + root.crl exists. @@ -1564,9 +1566,9 @@ chmod og-rwx server.key The files server.key, server.crt, - and root.crt are only examined during server - start; so you must restart the server to make changes in them take - effect. + root.crt, and root.crl + are only examined during server start; so you must restart + the server to make changes in them take effect. -- cgit v1.2.1