Ref : Re: SSLCARevocationFile

2006-03-23 Thread abel . nivault
penssl-users@openssl.org cc : Objet : Re: SSLCARevocationFile sorry was a typo in the last post.. # openssl ca revoke file.pem # openssl ca -gencrl -out revokefile.crl # openssl crl -in revokefile.crl -noout -CAfile file.pem michael Dorrian <[EMAIL PROTECTED]> wro

Re: SSLCARevocationFile

2006-03-22 Thread michael Dorrian
sorry was a typo in the last post.. # openssl ca revoke file.pem # openssl ca -gencrl -out revokefile.crl # openssl crl -in revokefile.crl -noout -CAfile file.pemmichael Dorrian <[EMAIL PROTECTED]> wrote:try this: # openssl ca revoke file.pem # openssl ca -gencrl -out revokefile.crl #

Re: SSLCARevocationFile

2006-03-22 Thread michael Dorrian
try this: # openssl ca revoke file.pem # openssl ca -gencrl -out revokefile.crl # openssl crl -in exampleca.crl -noout -CAfile file.pem[EMAIL PROTECTED] wrote: HelloI built a web server with apache 2.xx. Access is secure with SSLVerifyClient directiveWhen I revoke a certificate and then generat

SSLCARevocationFile

2006-03-22 Thread abel . nivault
ite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLCertificateFile /etc/ssl/cassl/serverssl.pem SSLCertificateKeyFile /etc/ssl/cassl/serverssl.key SSLCACertificatePath /etc/ssl/cassl SSLCACertificateFile /etc/ssl/cassl/trustees.pem SSLCARevocationFile /etc/ssl/crl/crl.pem SSLVerifyClient requi