What is a CAA record
CAA DNS records tell certificate authorities which CAs are allowed to issue TLS certs for your domain — blocking rogue issuance. CAA Records sits close to the public DNS layer that resolvers, browsers, inbox providers, and attackers all see. That makes configuration quality and change control just as important as the underlying standard itself.
If you are already working through SSL / TLS and Certificate Transparency, this topic gives you the missing layer between the raw signal and the decision you have to make. For a live check, start with the CyberFurl SSL and certificate checks and then use the See the DNS posture feature page to see where it fits in the wider CyberFurl workflow.
Syntax (flags issue ca)
CAA syntax looks simple because it is simple: a flag field, a tag such as issue or issuewild, and a value naming which CA is allowed. The danger is assuming simplicity means there is nothing operational to get wrong.
Tags: issue, issuewild, iodef
issue controls ordinary issuance, issuewild narrows or expands wildcard behavior, and iodef gives CAs a place to send incident or policy feedback. Teams should treat those tags as issuance-governance controls, not as decorative DNS extras.
