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;
    }

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,256133,256133#msg-256133

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to