diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-01-23 10:18:21 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-01-23 10:18:21 -0500 |
commit | 5aaa86666f4b8f78ed22505a1b0350ee1aafb3db (patch) | |
tree | 69026a44479d9537624be0cfd88c8214f575d410 | |
parent | 46246fd9df7d3ca58de23fcfc87326830ac707d9 (diff) | |
download | postgresql-5aaa86666f4b8f78ed22505a1b0350ee1aafb3db.tar.gz postgresql-5aaa86666f4b8f78ed22505a1b0350ee1aafb3db.zip |
doc: simplify intermediate certificate mention in libpq docs
Backpatch-through: 9.3
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index a2fbb5f01d3..fa3487fd36b 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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> |