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 ?

有帮助吗?

解决方案

Use the crl command from OpenSSL:

openssl crl -in file.crl -text

For more information see the documentation.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top