Index: doc/src/sgml/runtime.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v retrieving revision 1.281 diff -u -r1.281 runtime.sgml --- doc/src/sgml/runtime.sgml 17 Sep 2004 22:40:46 -0000 1.281 +++ doc/src/sgml/runtime.sgml 20 Sep 2004 20:31:24 -0000 @@ -4353,6 +4353,17 @@ to turn the certificate into a self-signed certificate and to copy the key and certificate to where the server will look for them. + + + If verification of client certificates is required, place the + certificates of the CA you wish to check for in + the file root.crt in the data directory. When + present, a client certificate will be requested from the client + making the connection and it must have been signed by one of the + certificates present in root.crt. If no + certificate is presented, the connection will be allowed to proceed + anway. +