apache hintlist

2014-04-22 Thread Ligade, Shailesh [USA]
Hello, I think by default, the certificate hint list asks for client authentication certificates. Is there any configuration option to ask for different types of certificates? e.g. signing or encryption certificates? Thanks S

rewriterule

2014-03-14 Thread Ligade, Shailesh [USA]
Hello, I want to log client certificate chain, when there is ssl verification failure. So I have a rule RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS RewriteRule ^(.*)$ /cgi-bin/printenv.pl [QSA,PT,L] But it doesn’t work. If change the rule to success, it works, but I need to log the chain

cac certificate help

2012-12-14 Thread Ligade, Shailesh [USA]
Hello, I need to capture all the certs which are present on CAC card, e.g. mail signing or mail encryption etc. What I can do to capture these certs when user presents CAC card for site authentication? Thanks S