Hi list,
I followed the http://www.howtoforge.com/postgresql-ssl-certificates HOWTO
and succeeded to install SSL certificates (although pg_hba.conf line should
be: hostssl mydb myuser 0.0.0.0/0 cert (and not trust).)
As I didn't already test revocation, I made a: touch root.crl but at svr
start I've got these 2 log lines:
SSL certificate revocation list file "root.crl" not found, \
skipping: no SSL error reported
Certificates will not be checked against revocation list.
Is this behavior normal or not?
JY
--