From: Bruce Momjian Date: Tue, 23 Jan 2018 15:18:21 +0000 (-0500) Subject: doc: simplify intermediate certificate mention in libpq docs X-Git-Tag: REL9_6_7~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda1ba3f3bebd5a61bef981773c4cbb97ad33590;p=postgresql doc: simplify intermediate certificate mention in libpq docs Backpatch-through: 9.3 --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 5762ef8acc..55efa24913 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7346,11 +7346,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.