質問

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