Getting expiration date of client certificate

2015-01-15 Thread sandeepkolla99
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 {

Re: Efficient CRL checking at Nginx

2014-12-17 Thread sandeepkolla99
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

Re: Efficient CRL checking at Nginx

2014-12-16 Thread sandeepkolla99
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 ___

Efficient CRL checking at Nginx

2014-12-15 Thread sandeepkolla99
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

Validating client certificate against CRL

2014-12-11 Thread sandeepkolla99
Hi, My Nginx is setup for Mutual SSL and it works well for the below nginx configuration. Hierarchy of certificates is RootCA | V ** IntermediateCA

Re: Validate Client certificate SDN fields (CN, OU, O, etc..) at Nginx

2014-11-26 Thread sandeepkolla99
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

Validate Client certificate SDN fields (CN, OU, O, etc..) at Nginx

2014-11-25 Thread sandeepkolla99
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

Re: Integrating softHSM with nginx

2014-11-19 Thread sandeepkolla99
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

Re: Integrating softHSM with nginx

2014-11-19 Thread sandeepkolla99
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

Integrating softHSM with nginx

2014-11-18 Thread sandeepkolla99
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