From b0729b8d4e521490cb08f182430f4fc7e08209a8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 2 Dec 2008 12:42:11 +0000 Subject: [PATCH] Documentation for wildcard certificates patch --- doc/src/sgml/libpq.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index e1a1d5a1c5..a9d0d98d04 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -283,6 +283,15 @@ only if the certificate also has just the IP address in the cn field. + + + If the cn attribute in the certificate sent by the + server starts with an asterisk (*), it will be treated + as a wildcard. This wildcard can only be present at the start of + the value, and will match all characters except a + dot (.). This means the certificate will not match + subdomains. + -- 2.40.0