On Wed, 19 Feb 2003, Zampognaro Sergio wrote:

> How to add a client certificate to an already created and empty Certificate
> Revocation List?

Here are the instructions if you are using openssl and your own CA:

First you have to revoke the certificate:
openssl ca -revoke certificate-file

Then you have to recreate the CRL:
openssl ca -gencrl -out crl.pem

If you need DER format:
openssl crl -in crl.pem -outform der -out crl.der

Regards

Burkhard

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

Reply via email to