projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc0539
)
Document SSL CRL usage by libpq.
author
Bruce Momjian
Sat, 6 May 2006 16:25:11 +0000
(16:25 +0000)
committer
Bruce Momjian
Sat, 6 May 2006 16:25:11 +0000
(16:25 +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 fdcd4eb9c1081642249d728b6091ab47cddf78c8..b856262d1e18813ad822b45d6f09aa6a7381dd29 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,4
+1,4
@@
-
+
libpq
- C Library
@@
-4081,6
+4081,9
@@
installs too. The file's location can also be specified by the
The SSL connection will
fail if the server does not present a certificate; therefore, to
use this feature the server must also have a
root.crt> file.
+ Certificate Revocation List (CRL) entries are also checked if the file
+
~/.postgresql/root.crl
exists (%APPDATA%\postgresql\root.crl
+ on Microsoft Windows).