I just installed openssl and I created a RSA cert. I'm trying to use CRL to check issuer info, last update etc as this information is going to be important for audit but when i try to use it it just gives me an error.
this is my command line:
openssl crl -in test.pem -text
And this is the error message:
unable to load CRL
1340:error:0906D06C:PEM routines:PEM_read_bio:no start line:.\crypto\pem\pem_lib
.c:662:Expecting: X509 CRL
Please help
Thanks
Eldi
