From bcf860b7f30aeed179297fc6ea3985f68f91b0e8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 6 May 2006 16:25:11 +0000 Subject: [PATCH] Document SSL CRL usage by libpq. --- doc/src/sgml/libpq.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index fdcd4eb9c10..b856262d1e1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the The SSL connection will fail if the server does not present a certificate; therefore, to use this feature the server must also have a root.crt file. + Certificate Revocation List (CRL) entries are also checked if the file + ~/.postgresql/root.crl exists (%APPDATA%\postgresql\root.crl + on Microsoft Windows).