Morning!
 
I'm trying to work out how to get client authentication to work.  I created my own
CA certificate and using that signed an end-entity certificate.
 
section of httpd.conf
SSLCertificateFile "C:/OpenSA/Apache/crt/test.crt"            (CA certificate)
SSLCertificateKeyFile "C:/OpenSA/Apache/crt/test.key"     (private key)
SSLVerifyClient require
SSLVerifyDepth 1
SSLCACertificateFile "C:/opensa/apache/crt/test.crt"
 
Using MSIE5 I open the https page, get a window about client authentication.
Where is the certificate I'm supposed to use? I mean how do I get  it to appear
in this list, I'm supposed to select one here, correct?   Or am I supposed to
configure it somewhere else? 
 
Joacim

Reply via email to