Collections:
Other Resources:
Certificate Revocation Reason Codes
What are the reasons why a X.509 certificate got revoked?
✍: FYIcenter.com
When a certificate CA publishes a CRL (Certificate Revocation List) file
with a list of revoked certificates, a revocation reason code will be provided
for each revocation entry.
There are several reason codes commonly used in CRL files:
As you can see, the most serious reason is the "2 - CA Compromise". In this case, all X.509 certificates issued by this CA must be revoked immediately. Using a certificate whose CA private key was compromized is extremely dangerous.
Â
⇒ Examples of Revoked Certificates
⇠CRL File Format and Fields
2019-07-19, ≈11🔥, 0💬
Popular Posts:
Certificate summary - Owner: Google Internet Authority G2, Google Inc, US Issuer: GeoTrust Global CA...
How to generate a new RSA key pair and encrypt the output with a DES password using OpenSSL "genrsa"...
How to sign the a CSR again the OpenSSL "ca" command? It was signed for 1 year the first time. But t...
What is the purpose of the OpenSSL "rsautl -verify" command? Can I use it to verify a signed documen...
Do you want to learn how to use Java Keytool as a certificate management tool? Here is a collection ...