Skip to content

Commit a541dbb

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/libpq.sgml

+4-5
Original file line numberDiff line numberDiff line change
@@ -7587,11 +7587,10 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
75877587
To allow the client to verify the identity of the server, place a root
75887588
certificate on the client and a leaf certificate signed by the root
75897589
certificate on the server. To allow the server to verify the identity
7590-
of the client, place a root certificate on the server and a leaf and
7591-
optional intermediate certificates signed by the root certificate on
7592-
the client. Intermediate certificates (usually stored with the leaf
7593-
certificate) can also be used to link the leaf certificate to the
7594-
root certificate.
7590+
of the client, place a root certificate on the server and a leaf
7591+
certificate signed by the root certificate on the client. One or more
7592+
intermediate certificates (usually stored with the leaf certificate)
7593+
can also be used to link the leaf certificate to the root certificate.
75957594
</para>
75967595

75977596
<para>

0 commit comments

Comments
 (0)