Re: Client certificate authentication with multiple CA but single CRL

2019-10-10 Thread Maxim Dounin
Hello! On Wed, Oct 09, 2019 at 05:55:31PM -0400, vz19 wrote: > My current nginx configuration has 3 CAs concatenated into a PEM file called > /etc/ngx_cas. However, only one of these CAs is configured with a CRL which > is stored in /etc/ngx_crls. > > ssl_client_certificate /etc/ngx_

Client certificate authentication with multiple CA but single CRL

2019-10-09 Thread vz19
Hi, My current nginx configuration has 3 CAs concatenated into a PEM file called /etc/ngx_cas. However, only one of these CAs is configured with a CRL which is stored in /etc/ngx_crls. ssl_client_certificate /etc/ngx_cas; ssl_verify_client strict; ssl_crl