CAA
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
// Allow letsencrypt to issue certificate for this domain
CAA("@", "issue", "letsencrypt.org"),
// Allow no CA to issue wildcard certificate for this domain
CAA("@", "issuewild", ";"),
// Report all violation to [email protected]. If CA does not support
// this record then refuse to issue any certificate
CAA("@", "iodef", "mailto:[email protected]", CAA_CRITICAL),
);Last updated