Guide
Certificate Transparency Monitoring: Catch Unauthorized Issuance
Here is an uncomfortable fact: anyone who can briefly control your DNS or HTTP validation can obtain a perfectly valid TLS certificate for your domain — and your expiry monitor will never blink, because it watches certificates you know about. Certificate Transparency (CT) logs exist to close that gap.
How CT logs work in 30 seconds
Browsers require publicly trusted certificates to be logged to multiple public, append-only CT logs before they are trusted. Every issuance — legitimate or not — leaves a permanent, searchable record: domain names, issuer, validity window, and fingerprints. Nothing stays secret; that is the point.
One-off check: search crt.sh now
Enter %yourdomain.com at crt.sh (the % is a wildcard). Review every issuer: your CA, your CDN, your SaaS vendors — and flag anything you don't recognize. Do this today; most teams have never looked and are surprised by forgotten vendor issuance.
Continuous monitoring: baseline + alert
- Fingerprint baseline per site: record every known-good certificate; any new fingerprint is guilty until reviewed.
- Alert with context: issuer, SAN list, validity, and log source — enough to judge legitimacy without a second tool.
- Harden issuance: tight CAA records (see which DNS records to watch) so only your CAs can issue at all.
Pair it with the basics
CT monitoring is the second half of certificate coverage. The first half — daily expiry and chain monitoring of known certificates — prevents outages; CT prevents silent compromise. Certack runs both from the same dashboard, starting free.
Never miss an expiry again
Certack monitors SSL certificates, DNS records, and domain expiry continuously and alerts you on 9 channels before anything lapses. Two sites free, no credit card required.
Related guides
How to Check SSL Certificate Expiration: Browser, OpenSSL, curl & Online
Four reliable ways to check when an SSL certificate expires — in your browser, with OpenSSL, with curl, or with a free online checker — plus what the expiry date actually means.
How Long Do SSL Certificates Last? Validity in 2026 and the Road to 47 Days
Public TLS certificates last 200 days max since March 2026, dropping to 100 days in 2027 and 47 days in 2029. What the CA/Browser Forum timeline means for renewal automation.
What Happens When an SSL Certificate Expires?
Browser warnings, failed API calls, dropped search rankings, and broken integrations — exactly what breaks when a certificate lapses, and how to recover fast.