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 { default ""; ~/CN=(?<CN>[^/]+) $CN; }by sandeepkolla99 - Nginx Mailing List - English
Thank you very much for your help on this.by sandeepkolla99 - Nginx Mailing List - English
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, Sandeepby sandeepkolla99 - Nginx Mailing List - English
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_client_certificate RootCA.pem; ssl_verify_client on; ssl_verify_depth 2;by sandeepkolla99 - Nginx Mailing List - English
Hi, My Nginx is setup for Mutual SSL and it works well for the below nginx configuration. Hierarchy of certificates is RootCA ******************************** | ******************************** V ************************** IntermediateCA ******************************** | ******************************** V ***********************ClientCert ServerCerby sandeepkolla99 - Nginx Mailing List - English
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 want perform the following three validations on client certificate I want to check ifby sandeepkolla99 - Nginx Mailing List - English
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, Sandeepby sandeepkolla99 - Nginx Mailing List - English
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, Sandeepby sandeepkolla99 - Nginx Mailing List - English
Can someone please respond to my request?. Regards, Sandeepby sandeepkolla99 - Nginx Mailing List - English
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 softHSM. Can someone help me. http://forum.nginx.org/read.php?29,254542,254542#msg-254542 htby sandeepkolla99 - Nginx Mailing List - English
Hi There, I'm in a situation where I have to deploy my java restful web application on Nginx directly without any application server. Is that possible to that. If so, can you please provide any reference documentation to do that. I'm new to Nginx. Thanks, Sandeepby sandeepkolla99 - Site Suggestions
Hi friends, This is Sandeep. We are doing a project (Java restful web application) which I want to deploy it on Nginx web server directly bu not on any application server. Is that possible to deploy java restful web application directly on Nginx. Please help me on this. Thanks, Sandeepby sandeepkolla99 - New Member Introductions