Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: simplify intermediate certificate mention in libpq docs
authorBruce Momjian <bruce@momjian.us>
Tue, 23 Jan 2018 15:18:21 +0000 (10:18 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 23 Jan 2018 15:18:21 +0000 (10:18 -0500)
Backpatch-through: 9.3

doc/src/sgml/libpq.sgml

index a2fbb5f01d3fb64844bb3ac0b4cc6a6210162372..fa3487fd36bfd1de7f7d9516316844e61571a689 100644 (file)
@@ -7561,11 +7561,10 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
    To allow the client to verify the identity of the server, place a root
    certificate on the client and a leaf certificate signed by the root
    certificate on the server.  To allow the server to verify the identity
-   of the client, place a root certificate on the server and a leaf and
-   optional intermediate certificates signed by the root certificate on
-   the client.  Intermediate certificates (usually stored with the leaf
-   certificate) can also be used to link the leaf certificate to the
-   root certificate.
+   of the client, place a root certificate on the server and a leaf
+   certificate signed by the root certificate on the client.  One or more
+   intermediate certificates (usually stored with the leaf certificate)
+   can also be used to link the leaf certificate to the root certificate.
   </para>
 
   <para>