SSL Certificate Checker
Uses external APICheck SSL certificate validity, expiry date, issuer, and SANs for any domain.
Check any domain's SSL/TLS certificate status. Instantly see validity, days until expiry, issuer, protocol version, Subject Alternative Names, and chain trust — color-coded with expiry warnings.
SSL Certificate Checker tool
Server-side — ToolDock connects to the domain you enter to read its SSL certificate. The domain's server will see a connection from our IP.
🌐 Uses external API · See disclaimer above
How to use
Enter a domain
Type a domain name (e.g. example.com). HTTPS:// prefix is optional — it's stripped automatically.
Click Check SSL
ToolDock connects to port 443 on the domain and reads the certificate.
Review results
See the validity status badge, days remaining, issuer, protocol (TLS 1.3 / 1.2), and all Subject Alternative Names.
Common use cases
- Monitoring certificate expiry before a renewal deadline — Check days remaining on a production domain's SSL certificate to schedule renewal before it expires and causes browser warnings.
- Verifying a new certificate after installation — Confirm that a freshly issued Let's Encrypt or DigiCert certificate is valid, trusted, and covers the correct domain names.
Examples
Production domain check
Check your production domain's SSL certificate before a release
OutputVALID — 89 days remaining — Issued by: Let's Encrypt — TLS 1.3
Frequently asked questions
- What does 'expires soon' mean?
- Certificates with fewer than 30 days remaining are flagged as 'Expires Soon'. Most certificate authorities (Let's Encrypt, DigiCert) allow renewal 30+ days before expiry. Set up auto-renewal to avoid outages.
- What is a Subject Alternative Name (SAN)?
- SANs are additional domain names covered by the certificate. A wildcard SAN like *.example.com covers all subdomains. Browsers check SANs to verify the certificate covers the requested domain.
- What does 'self-signed' mean?
- A self-signed certificate is issued by the domain itself, not a trusted Certificate Authority. Browsers will show a security warning for self-signed certificates on public sites. Use Let's Encrypt for free trusted certificates.
Key concepts
- SAN (Subject Alternative Name)
- A certificate field listing additional domain names covered by the certificate — e.g., *.example.com covers all subdomains.
- Certificate chain
- The sequence of certificates from a leaf certificate up to a trusted root CA, used by browsers to verify the certificate's legitimacy.
Related tools
You might find these useful too.
- HTTP Headers Reference
Browse HTTP request and response headers with descriptions and examples.
Open - CORS Tester
Test CORS configuration for any API endpoint — preflight, headers, pass/fail.
Open - DNS Lookup
Look up DNS records for any domain: A, AAAA, MX, TXT, CNAME, NS, SOA.
Open - IPv4 Subnet Calculator
Calculate IPv4 subnets: network address, broadcast, host range, subnet mask.
Open