Free OCSP and CRL checker to verify SSL/TLS certificate revocation status. Test certificates against OCSP responders and CRL distribution points in real time.
Every X.509 certificate can point to the services that report whether it has been revoked. This checker parses a certificate and pulls out those pointers, then helps you query revocation status:
Both answer the same question — "is this certificate still trustworthy?" — by different means:
good, revoked, or unknown. Lighter for the client, but adds a live lookup (and a privacy consideration, since the responder learns which sites you visit — OCSP stapling exists to address that).A certificate can be valid by date yet untrustworthy — the private key was compromised, the CA mis-issued it, or the domain changed hands. Revocation is how a CA withdraws trust before natural expiry. Checking it is essential when investigating a suspicious certificate or auditing your own PKI.
To inspect the rest of the certificate — subject, issuer, SAN, validity, and key usage — pair this with the X.509 Certificate Decoder.