Title: RE: how to create CRL with openssl?

Hi,
        Very simply :
                openssl ca -gencrl -config config_file -out out_file
        Then if You want to change format to DER
                openssl crl -in in_file -outform DER -out out_file
        To first command You can add information about next update if You don't want to use information from OpenSSL config file.

Regards,

Pawel

-----Original Message-----
From: George Lind [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 1:32 PM
To: '[EMAIL PROTECTED]'
Subject: how to create CRL with openssl?


How do you generate a CRL with the openssl tool?
Thanks,
George

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to