DNS record field guide
How to read a CAA record check
CAA records state which certificate authorities may issue certificates for a domain.
When to use this lookup
Use this lookup after changing certificate providers or when an ACME order reports that issuance is not authorized.
Example
0 issue "letsencrypt.org"
- Answer shape
- Flags, a policy tag such as issue or issuewild, and a certificate-authority value.
- Common failure
- The intended CA is not authorized at the effective lookup name, or an unknown critical property prevents issuance.
- Related checks
- CNAME record
Troubleshooting checklist
- CAA is inherited up the DNS tree when no record exists at the exact name.
- Use issuewild for wildcard-certificate policy when needed.
- Unknown critical tags can instruct a certificate authority to stop processing.