Re: how to create CRL with openssl?

2001-05-04 Thread RONDAN
On Fri, 4 May 2001 08:32:26 -0400 George Lind [EMAIL PROTECTED] wrote: How do you generate a CRL with the openssl tool? Thanks, George __ OpenSSL Project http://www.openssl.org User

Re: how to create CRL with openssl?

2001-05-04 Thread RONDAN
On Fri, 04 May 2001 21:55:21 +0900 RONDAN [EMAIL PROTECTED] wrote: On Fri, 4 May 2001 08:32:26 -0400 George Lind [EMAIL PROTECTED] wrote: How do you generate a CRL with the openssl tool? Thanks, George __

RE: how to create CRL with openssl?

2001-05-04 Thread pawel . krupinski
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