Question

I have a problem with certificate revocation list for ssl certificates.

How can I check expiration date of a crl file ? How can I validate a crl file ?

Était-ce utile?

La solution

Use the crl command from OpenSSL:

openssl crl -in file.crl -text

For more information see the documentation.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top