projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64d966
)
Documentation for wildcard certificates patch
author
Magnus Hagander
Tue, 2 Dec 2008 12:42:11 +0000
(12:42 +0000)
committer
Magnus Hagander
Tue, 2 Dec 2008 12:42:11 +0000
(12:42 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index e1a1d5a1c58af7a03ae1e2d62f3cc64f1f12ea94..a9d0d98d04d3ce8164f26a41b78210824a3a1607 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,4
+1,4
@@
-
+
libpq
- 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.
+