Clarify libpq 'sslverify' documentation wording.
authorBruce Momjian
Mon, 23 Mar 2009 01:45:29 +0000 (01:45 +0000)
committerBruce Momjian
Mon, 23 Mar 2009 01:45:29 +0000 (01:45 +0000)
doc/src/sgml/libpq.sgml

index cf8cec83de15ebde23c9c67e5efc7ce8485899d5..14bc92362bc50e3857b7bbeee5f147f2e746295a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
            This option controls how libpq verifies the certificate on the
            server when performing an SSL connection. There are
            three options: none disables verification completely
-           (not recommended!); cert enables verification that
-           the certificate chains to a known CA only; cn will
-           both verify that the certificate chains to a known CA and that
-           the cn attribute of the certificate matches the
-           hostname the connection is being made to (default).
+           (not recommended); cert enables verification that
+           the server certificate chains to a known certificate
+           authority (CA); cn will both verify that the
+           certificate chains to a known CA and that the cn
+           attribute of the server certificate matches the server's
+           hostname (default).