Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bcf860b

Browse files
committed
Document SSL CRL usage by libpq.
1 parent cbc0539 commit bcf860b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.207 2006/04/23 03:39:51 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.208 2006/05/06 16:25:11 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the
40814081
The SSL connection will
40824082
fail if the server does not present a certificate; therefore, to
40834083
use this feature the server must also have a <filename>root.crt</> file.
4084+
Certificate Revocation List (CRL) entries are also checked if the file
4085+
<filename>~/.postgresql/root.crl</filename> exists (%APPDATA%\postgresql\root.crl
4086+
on Microsoft Windows).
40844087
</para>
40854088

40864089
<para>

0 commit comments

Comments
 (0)