diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-08-25 09:53:11 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-08-25 09:53:11 -0400 |
commit | 78bf55c8eb7fec6d374c24b5a347ad9fd61b2f44 (patch) | |
tree | 7b940597b12b252d90ba2e8dabde64576280bd07 | |
parent | 7edd36eae1fd0b256a55698a16a922c4ebfac88c (diff) |
docs: client certificates are always sent to the server
They are not "requested" by the server.
Reported-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20200825.155320.986648039251743210.horikyota.ntt@gmail.com
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 8c722d9fb49..2a2cf09ae6f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7557,7 +7557,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) <row> <entry><filename>~/.postgresql/postgresql.crt</></entry> <entry>client certificate</entry> - <entry>requested by server</entry> + <entry>sent to server</entry> </row> <row> |