|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
@@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the
|
4081 | 4081 | The SSL connection will
|
4082 | 4082 | fail if the server does not present a certificate; therefore, to
|
4083 | 4083 | 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). |
4084 | 4087 | </para>
|
4085 | 4088 |
|
4086 | 4089 | <para>
|
|