Skip to content

Commit a2684c5

Browse files
authored
Merge pull request #694 from bbiggerr/dns-caa-target-validation
Add CAA record target validation
2 parents 4928c3f + 92c6df5 commit a2684c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20934,7 +20934,10 @@ components:
2093420934
target set to `sample.com`. Required.
2093520935

2093620936
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef`
20937-
tag, a contact or submission URL (http or mailto).
20937+
tag, a contact or submission URL (domain, http, https, or mailto). Requirements depend on the tag for this record:
20938+
* `issue`: The domain of your certificate issuer. Must be a valid domain.
20939+
* `issuewild`: Must begin with `*`.
20940+
* `iodef`: Must be either (1) a valid domain, (2) a valid domain prepended with `http://` or `https://`, or (3) a valid email address prepended with `mailto:`.
2093820941

2093920942
`PTR`: See our guide on how to [Configure Your Linode for Reverse DNS
2094020943
(rDNS)](/docs/guides/configure-your-linode-for-reverse-dns).

0 commit comments

Comments
 (0)