using CRL(s) with multiple CA(s) issued by different root CA(s) - Mailing list pgsql-general

From Ansley Peduru
Subject using CRL(s) with multiple CA(s) issued by different root CA(s)
Date
Msg-id 1468341898159.85040@evertz.com
Whole thread Raw
List pgsql-general

Hi all,


I am unsure of how CRL works in PostgreSQL 9.3. I have a setup with multiple CA's issued by different root CA's that each may or may not issue a CRL. I am aware that in the postgresql.conf there is ssl_cert_file, and ssl_key_file which contains the unique (server) certificate and key. I am also aware of the ssl_ca_file which contains a file of the concatenated CA's. From the documentation the ssl_crl_file parameter requires a file with concatenated CRL's chained up to a root CA. My setup does not necessarily have the intermediate CA's and/or root CA's as only certain CA's can be trusted. Will an incomplete list of CRL's still work even if we have the issuing CA's used for verification? Also will this only work for a single root CA?


Regards,

Ansley

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_restore out of memory
Next
From: Miguel Ramos
Date:
Subject: Re: pg_restore out of memory