aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-01-23 10:18:21 -0500
committerBruce Momjian <bruce@momjian.us>2018-01-23 10:18:21 -0500
commita541dbb6fa389bb0ffdd24a403bc6d276d77a074 (patch)
tree16bf84aa15932e5e56dd361530381960689655ad
parent1c2183403b958422c27782329ba19f9a3e0874ba (diff)
downloadpostgresql-a541dbb6fa389bb0ffdd24a403bc6d276d77a074.tar.gz
postgresql-a541dbb6fa389bb0ffdd24a403bc6d276d77a074.zip
doc: simplify intermediate certificate mention in libpq docs
Backpatch-through: 9.3
-rw-r--r--doc/src/sgml/libpq.sgml9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 02884bae1ff..b66c6da4f70 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7587,11 +7587,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>