SSL Toolkit Logo

Certificate Revocation Status Checker

Check if a certificate has been revoked via OCSP or CRL

Revocation Status

About Certificate Revocation Checker

Checks certificate revocation status using CRL and OCSP protocols. Verifies whether a certificate has been revoked by its issuing Certificate Authority.

How to Use

  1. 1Enter domain or paste certificate
  2. 2Click Check Revocation
  3. 3Review status

Use Cases

Frequently Asked Questions

Certificate revocation is when a Certificate Authority invalidates a certificate before its expiry date, typically due to key compromise, mis-issuance, or changes in the certificate subject.
CRL (Certificate Revocation List) is a list of revoked certificates published by the CA. OCSP (Online Certificate Status Protocol) provides real-time revocation status checks. OCSP is generally faster and more current.
OCSP responses are typically updated within hours of a revocation event. CRLs are published on a schedule set by the CA, usually every 24 hours. Some CAs provide delta CRLs for more frequent updates.

Tips & Best Practices

Technical Details

Methods: OCSP and CRL revocation status checking
OCSP: Online Certificate Status Protocol real-time check
CRL: Certificate Revocation List download and check
Output: Revocation status with method and timestamp

Related Tools