issue
The issue tag defines which certificate authorities are allowed
to issue regular certificates for the domain.
Check a domain’s CAA records and see which certificate authorities are allowed to issue TLS/SSL certificates for the domain.
Enter only the domain name, for example domain.com, without
the https:// prefix.
The CAA check shows whether a domain has published Certificate Authority Authorization records. With CAA records, a domain owner can define which certificate authorities are allowed to issue TLS/SSL certificates for the domain.
The issue tag defines which certificate authorities are allowed
to issue regular certificates for the domain.
The issuewild tag defines which certificate authorities are
allowed to issue wildcard certificates.
The iodef tag can define an address where a certificate authority
may report CAA policy issues.
If a subdomain does not have its own CAA records, the policy can be inherited from a parent domain.
CAA gives the domain owner additional control over which certificate authorities may issue certificates for the domain. It does not replace DNSSEC, TLS configuration or certificate management, but it reduces the risk of an unexpected certificate being issued by the wrong authority.
CAA is especially useful when an organization uses only selected certificate authorities, such as Let’s Encrypt, DigiCert, Google Trust Services or another chosen certificate provider.
If CAA records are found, the result shows which domain they were found on and which certificate authorities they allow. If no CAA records are found, the website usually still works, but the domain is not restricting certificate issuance with CAA.
The value issue ";" means that regular certificate issuance is forbidden.
The value issuewild ";" means that wildcard certificate issuance is
forbidden. These settings can be intentional, but they can also prevent certificate
renewal if used incorrectly.
No. A domain can work without CAA records, but CAA gives additional control over which certificate authorities may issue certificates.
Yes. If CAA allows only one certificate authority but the active certificate service uses another, certificate issuance or renewal can fail.
CAA works without DNSSEC, but DNSSEC improves trust in DNS responses and complements DNS-based security mechanisms.