CAA Record Generator

Build the DNS record that names the only certificate authorities allowed to issue for your domain, and decode the one you already publish.

The CAA Record Generator builds records in your browser. Your domain names and contact addresses are never uploaded.

Open the DMARC Record Generator

CAA Record Generator के बारे में

A CAA record is a short whitelist of the certificate authorities allowed to issue certificates for your domain. Every publicly trusted CA is required to check it before signing, which turns a single DNS record into a hard stop against an attacker who controls a stray subdomain, an abandoned email alias or a forgotten hosting panel. The record has three parts — flags, a tag and a quoted value — and the two mistakes that break issuance are publishing a URL where a bare domain belongs and setting the critical flag on a tag the CA does not understand. This generator builds the record for the CAs you actually use, validates it, and prints both zone-file lines and the fields a dashboard asks for.

विशेषताएँ

CAA Record Generator का उपयोग कैसे करें

  1. Enter the domain the record belongs to
  2. Add the certificate authorities you allow to issue
  3. Add an iodef address if you want to be told about blocked attempts
  4. Copy the zone lines or dashboard fields into your DNS provider

उदाहरण

इनपुट

example.com, allow Let's Encrypt, report to security@example.com

आउटपुट

example.com.	3600	IN	CAA	0 issue "letsencrypt.org"
example.com.	3600	IN	CAA	0 iodef "mailto:security@example.com"

Without an issuewild tag, wildcard requests fall back to the issue list.

सामान्य त्रुटियाँ और समस्या निवारण

अक्सर पूछे जाने वाले प्रश्न

What does a CAA record actually prevent?
It stops publicly trusted certificate authorities other than the ones you list from issuing a certificate for your name. It is a check the CA is required to perform, so it blocks mis-issuance rather than filtering traffic.
Do I need a CAA record on every subdomain?
No. A CA walks up the tree from the name being issued until it finds a CAA record set, so one record at the apex covers everything below it unless a subdomain publishes its own.
What does the critical flag of 128 do?
It tells a CA that if it does not understand the tag, it must refuse to issue rather than ignore it. That is useful for future tags but risky today — leave it at 0 unless you specifically want issuance to fail on unknown properties.
How do I forbid all certificate issuance for a domain?
Publish a single issue record with a value of ";" — a semicolon and nothing else. That is the standard way to say no certificate authority may issue for this name, useful on domains that never serve HTTPS.
How long does a CAA change take to apply?
As long as the record's TTL plus whatever the CA caches, which is typically minutes rather than hours. Publish the new CA before switching, wait for the TTL to pass, then remove the old one.

संबंधित टूल

सभी ArrayKit टूल