Skip to content

Commit a0950b1

Browse files
committed
doc: simplify intermediate certificate mention in libpq docs
Backpatch-through: 9.3
1 parent da83ca7 commit a0950b1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7106,11 +7106,10 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
71067106
To allow the client to verify the identity of the server, place a root
71077107
certificate on the client and a leaf certificate signed by the root
71087108
certificate on the server. To allow the server to verify the identity
7109-
of the client, place a root certificate on the server and a leaf and
7110-
optional intermediate certificates signed by the root certificate on
7111-
the client. Intermediate certificates (usually stored with the leaf
7112-
certificate) can also be used to link the leaf certificate to the
7113-
root certificate.
7109+
of the client, place a root certificate on the server and a leaf
7110+
certificate signed by the root certificate on the client. One or more
7111+
intermediate certificates (usually stored with the leaf certificate)
7112+
can also be used to link the leaf certificate to the root certificate.
71147113
</para>
71157114

71167115
<para>

0 commit comments

Comments
 (0)