aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-10-10 15:54:28 -0400
committerBruce Momjian <bruce@momjian.us>2023-10-10 15:54:28 -0400
commitaf29fb571ecf005f2d33b9a613e0290d772cef45 (patch)
tree085189805b2147470382dfed1fb7ed14c6af513f
parent4d966cc163f2cd1645eabdb95905320605b65f4e (diff)
downloadpostgresql-af29fb571ecf005f2d33b9a613e0290d772cef45.tar.gz
postgresql-af29fb571ecf005f2d33b9a613e0290d772cef45.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.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index eb5e9f48db1..e99bb5ae59f 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -2048,7 +2048,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)