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
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 so