diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-10-10 15:54:29 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-10-10 15:54:29 -0400 |
commit | 2cb69f6bc539b1d06b9c81da84daf7d7504011f2 (patch) | |
tree | 7bab289f08a6e78e3d236e586087e3e68ac20168 | |
parent | 8209605966c330451314fe7899539fa40a4123d1 (diff) | |
download | postgresql-2cb69f6bc539b1d06b9c81da84daf7d7504011f2.tar.gz postgresql-2cb69f6bc539b1d06b9c81da84daf7d7504011f2.zip |
doc: add SSL configuration section reference
Reported-by: Steve Atkins
Discussion: https://postgr.es/m/B82E80DD-1452-4175-B19C-564FE46705BA@blighty.com
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index a72f80f0330..82bfd25fd10 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -2165,7 +2165,8 @@ host ... radius radiusservers="server1,server2" radiussecrets="""secret one"","" <para> This authentication method uses SSL client certificates to perform - authentication. It is therefore only available for SSL connections. + authentication. It is therefore only available for SSL connections; + see <xref linkend="ssl-openssl-config"/> for SSL configuration instructions. When using this authentication method, the server will require that the client provide a valid, trusted certificate. No password prompt will be sent to the client. The <literal>cn</literal> (Common Name) |