Tested tool guide
Tested browser tools
Checked August 16, 2026
What CAA Record Generator does, with a checked example
CAA Record Generator formats a Certificate Authority Authorization policy as a DNS CAA record. You provide the flags, property tag, and CA issuer identifier, and it produces the corresponding record text for a DNS zone or provider form. A common surprise concerns wildcard certificates: if the applicable CAA record set contains any issuewild property, wildcard authorization is determined by issuewild rather than issue. The generated text is only a policy declaration; it does not publish the record or change DNS.
Worked example
A concrete input and expected output from the current implementation.
Input
Flags: 0
Tag: issue
Value: letsencrypt.org
->
Expected output
CAA 0 issue "letsencrypt.org"
The flags value is 0, issue selects ordinary certificate issuance policy, and letsencrypt.org is the CA issuer identifier. The result identifies that CA as an authorized issuer under the applicable CAA policy.