SiteAlertAI SiteAlertAI
🛰 Web Scan 🔒 SSL/TLS 📬 MX Record ✉ Email Header 🎣 URL Check 🌍 IP Geo
🛰 Web Scan 🔒 SSL/TLS 📬 MX Record ✉ Email Header 🎣 URL Check 🌍 IP Geo
← All articles
SSL/TLS 2026-02-12 · 4 min read

CAA Records: Control Which Authorities Can Issue Your Certificates

Certification Authority Authorization (CAA) is a DNS record that names which certificate authorities are allowed to issue certificates for your domain. CAs are required to check it before issuing, so it acts as a guardrail against accidental or malicious mis-issuance.

Why it matters

Without a CAA record, any public CA can issue a certificate for your domain. If an attacker tricks a CA into issuing one, they could impersonate your site. A CAA record limits issuance to the authorities you actually use.

Example

example.com. CAA 0 issue "letsencrypt.org"
example.com. CAA 0 issuewild ";" (disallow wildcard issuance)
example.com. CAA 0 iodef "mailto:[email protected]" (where to report violations)

Deploying

Add the records at your DNS provider listing every CA you use (including your CDN's). It takes minutes and meaningfully tightens your PKI posture. The SSL/TLS deep grade reads your CAA records as part of the report.

Put this into practice
Run a free, private scan — no login, nothing stored.
🛡 Web Scan 🔒 SSL/TLS 📬 MX & Email 🎣 URL Check

Related articles

SSL/TLS What SSL/TLS Really Is — and How an A+ to F Grade Is Decided TLS is the encryption behind the padlock. Learn what actually gets graded — protocols, ciphers, certificate, chain and HSTS — and how to reach an A+. SSL/TLS TLS 1.0 and 1.1 Are Deprecated — Why You Should Disable Them Old TLS versions still linger on many servers. Here is why they hurt your security and your grade, and how to turn them off safely.
SiteAlertAI · © 2026 All rights reserved · Built for security professionals and developers.
Blog Guides Privacy Terms About Contact Social

⚠ For authorised security testing only. Scanning domains you do not own may violate laws in your jurisdiction. SiteAlertAI accepts no liability for misuse. CVE data is indicative — verify with NVD.