문제

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