diff options
| author | Bruce Momjian | 2018-01-23 15:18:21 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2018-01-23 15:18:21 +0000 |
| commit | b049ae3a3a3d05f65490097f8fe05ef8354365fd (patch) | |
| tree | e63b3d9f5c59eb52a4705dc1903598a58b6edf8e /doc/src/sgml | |
| parent | ef115621c45c891c5e8d8ac396f513721fdbd610 (diff) | |
doc: simplify intermediate certificate mention in libpq docs
Backpatch-through: 9.3
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 02a68a32e75..ada7d160050 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7112,11 +7112,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> |
