Excuse me,
    I have installed mod_ssl.
I must authenticate known clients based on certificate and **I need to 
test this feature.
I have installed a self-signed crt using something like

#   require a client certificate which has to be directly
#   signed by our CA certificate in ca.crt
SSLVerifyClient require
SSLVerifyDepth 1
SSLCACertificateFile conf/ssl.crt/ca.crt

How can I build the client certificate to install on the browser?
Can I build a second client.crt and then sign it with the ca.crt?

I have signed the client.crt with

 openssl x509 -req -days 365 -in client.csr  -signkey ca.private.key -out client.crt 

Is it right? Or must I  use the CA.pl script ?

Thank you

-- 
// Giovanni Giorgi  First, they ignore you, then they laugh at you,
//                   then they fight you. Then you win
// Sol-Tec s.r.l.           Mahatma Ghandi


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to