File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.278 2009/02/11 04:08:47 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.279 2009/03/23 01:45:29 momjian Exp $ -->
22
33<chapter id="libpq">
44 <title><application>libpq</application> - C Library</title>
285285 This option controls how libpq verifies the certificate on the
286286 server when performing an <acronym>SSL</> connection. There are
287287 three options: <literal>none</> disables verification completely
288- (not recommended!); <literal>cert</> enables verification that
289- the certificate chains to a known CA only; <literal>cn</> will
290- both verify that the certificate chains to a known CA and that
291- the <literal>cn</> attribute of the certificate matches the
292- hostname the connection is being made to (default).
288+ (not recommended); <literal>cert</> enables verification that
289+ the server certificate chains to a known certificate
290+ authority (CA); <literal>cn</> will both verify that the
291+ certificate chains to a known CA and that the <literal>cn</>
292+ attribute of the server certificate matches the server's
293+ hostname (default).
293294 </para>
294295
295296 <para>
You can’t perform that action at this time.
0 commit comments