Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5aaa866

Browse files
committed
doc: simplify intermediate certificate mention in libpq docs
Backpatch-through: 9.3
1 parent 46246fd commit 5aaa866

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
@@ -7561,11 +7561,10 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
75617561
To allow the client to verify the identity of the server, place a root
75627562
certificate on the client and a leaf certificate signed by the root
75637563
certificate on the server. To allow the server to verify the identity
7564-
of the client, place a root certificate on the server and a leaf and
7565-
optional intermediate certificates signed by the root certificate on
7566-
the client. Intermediate certificates (usually stored with the leaf
7567-
certificate) can also be used to link the leaf certificate to the
7568-
root certificate.
7564+
of the client, place a root certificate on the server and a leaf
7565+
certificate signed by the root certificate on the client. One or more
7566+
intermediate certificates (usually stored with the leaf certificate)
7567+
can also be used to link the leaf certificate to the root certificate.
75697568
</para>
75707569

75717570
<para>

0 commit comments

Comments
 (0)