Skip to content
Snippets Groups Projects
Commit bcf860b7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Document SSL CRL usage by libpq.

parent cbc0539c
Branches
Tags
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.207 2006/04/23 03:39:51 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.208 2006/05/06 16:25:11 momjian Exp $ -->
<chapter id="libpq"> <chapter id="libpq">
<title><application>libpq</application> - C Library</title> <title><application>libpq</application> - C Library</title>
...@@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the ...@@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the
The SSL connection will The SSL connection will
fail if the server does not present a certificate; therefore, to fail if the server does not present a certificate; therefore, to
use this feature the server must also have a <filename>root.crt</> file. use this feature the server must also have a <filename>root.crt</> file.
Certificate Revocation List (CRL) entries are also checked if the file
<filename>~/.postgresql/root.crl</filename> exists (%APPDATA%\postgresql\root.crl
on Microsoft Windows).
</para> </para>
<para> <para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment