Hi Lawrence,

Try convert the crl to pkcs7 format with crl2pkcs7 and der encode it. The MIME
type can be application/x-pkcs7-crl.

Rgds.
Martin

[EMAIL PROTECTED] wrote:

> I have generated a crl and converted it to DER format by the following
> commands:
>      openssl ca -gencrl -crldays 30 -out crl.pem
>   openssl crl -in crl.pem -outform DER -out crl.der
>
> Then, I tried to import the crl to the Netscape Communicator through my web
> page. Following is part of my html source code:
>
> <tr NOSAVE>
> <td NOSAVE>
> <center><a href="crl.der">TESTCA's CRL</a>
> <br>&nbsp;
>
> However, this didn't work.
>
> I don't know whether this is the right way to generate and import crl or not.
> Can anyone help me?
>
> Regards,
> Lawrence Wong
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

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

Reply via email to