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
This is perfect, just what I needed! Thanks a lot Moshe!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,285079,285082#msg-285082
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi,
My application uses NGINX as its web server and I am adding support for
client certificate authentication. I have a requirement where after NGINX
validates the client certificate and provides access to my application, I
need to obtain the Subject field of the client certificate to parse certai