Hi,
I wanted to extract client certificate expiration date in nginx.conf. I
have the below map command to extract CN name of client certificate. Do you
know if any variables/directives nginx supports to extract client
certificate expiration date?
map $ssl_client_s_dn $ssl_client_s_dn_cn {
Thank you very much for your help on this.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255509,255580#msg-255580
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi Maxim,
Thanks for your help on this issue. I get new crl file everyday. Do we
need to reload the whole Nginx conf?. Is there any way to reload only crl
file?.
Regards,
Sandeep
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255509,255539#msg-255539
___
Hi,
I want to check the validity of a client certificate against CRL. So, I
have defined in nginx.cong as follows
listen 80;
listen 443 ssl;
server_name localhost;
ssl_certificate serverCert.pem;
ssl_certificate_key serverKey.key;
ssl_c
Hi,
My Nginx is setup for Mutual SSL and it works well for the below nginx
configuration.
Hierarchy of certificates is RootCA
|
V
** IntermediateCA
Hi Francis,
Thanks for your quickest response.
My nginx.cong is like this:
ssl_certificate server.pem;
ssl_certificate_key server.key;
ssl_client_certificate ca.pem;
ssl_verify_client on;
I'm able to verify client certificate successfully. Now, additionally I
Hi friends,
I'm trying to validate my client certificate SDN fields (CN, OU, O,
etc..) at Nginx server. I find so many internet resources for Apache but not
Nginx. Does Nginx support validating SDN fields. BTW, I'm using Nginx 1.6.2.
Please help me in this.
Regards,
Sandeep
Posted at Nginx Fo
Thank you very much for the your quick response. Could you please tell me
the approximate time period when it is going to be committed?.
Regards,
Sandeep
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254902,254945#msg-254945
___
nginx maili
Can someone please respond to my request?.
Regards,
Sandeep
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254902,254930#msg-254930
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hii friends,
I want to integrate softHSM with nginx. I did not find any resource
to make it working. I found two below links from Nginx developement forum.
But, They are not helpful to me. I'm trying to integrate softHSM with
nginx on ubuntu machine. Does Nginx support integration with so
10 matches
Mail list logo