1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

doc: simplify intermediate certificate mention in libpq docs

Backpatch-through: 9.3
This commit is contained in:
Bruce Momjian 2018-01-23 10:18:21 -05:00
parent 367e2b2304
commit 29aecb94a3

View File

@ -7239,11 +7239,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 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 client and a leaf certificate signed by the root
certificate on the server. To allow the server to verify the identity 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 of the client, place a root certificate on the server and a leaf
optional intermediate certificates signed by the root certificate on certificate signed by the root certificate on the client. One or more
the client. Intermediate certificates (usually stored with the leaf intermediate certificates (usually stored with the leaf certificate)
certificate) can also be used to link the leaf certificate to the can also be used to link the leaf certificate to the root certificate.
root certificate.
</para> </para>
<para> <para>