SSL Certificate Checker
Check SSL/TLS certificate validity, issuer, expiry, and SANs for any domain via Certificate Transparency logs.
How to use SSL Certificate Checker
-
Enter a domain
Type the domain you want to check — for example, example.com. Do not include https:// or the path.
-
Run the check
Click the Check SSL button or press Enter to query Certificate Transparency logs via crt.sh.
-
Review certificate details
See the issuer, validity dates, days remaining until expiry, and a color-coded status badge: green (valid), amber (expiring soon), red (expired).
-
Check Subject Alternative Names
Expand the SANs list to see all hostnames and subdomains covered by the certificate.
SSL Certificate Checker FAQ
Where does the certificate data come from?
Why might the certificate shown differ from my browser's?
What does 'Expiring Soon' mean?
Is this tool private?
What is a Subject Alternative Name (SAN)?
What is the difference between DV, OV, and EV certificates?
How often do SSL certificates need to be renewed?
Can this tool check self-signed certificates?
Does this check the live TLS connection?
Background
Check the SSL/TLS certificate health for any domain in seconds. This tool queries Certificate Transparency logs via crt.sh to find the most recently issued valid certificate and displays: subject common name, issuer (e.g. Let's Encrypt, DigiCert, Sectigo), validity dates, days remaining until expiry, serial number, and all Subject Alternative Names (SANs).
Status is color-coded: green (valid), amber (expiring within 30 days), red (expired). Use it to monitor certificate health, verify issuers, audit wildcard coverage, and catch misconfigured or expired certs before users do.
Who is this for: webmasters verifying HTTPS is correctly configured, IT teams monitoring certificate renewal cycles, developers checking staging domains, security engineers auditing third-party services, and anyone who wants to inspect a certificate without opening browser DevTools.
Related tools
DNS Lookup
Query all DNS record types for any domain — A, AAAA, MX, TXT, CNAME, NS, SOA, CAA — via Cloudflare DoH.
WHOIS Lookup
Look up domain registration details — registrar, creation/expiry dates, nameservers, and DNSSEC — via RDAP.
MX Lookup
Look up MX records for any domain — mail server priority, IP addresses, and email provider detection.
SPF Record Checker
Look up and validate SPF records — parse mechanisms, detect misconfigurations, and check email authentication.