Skip to content

Commit 95488fd

Browse files
authored
Merge pull request #767 from bbiggerr/fix/domain-caa-target
Changed CAA record target description for wildcard certs
2 parents 78ca974 + 4b4b2cb commit 95488fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21129,7 +21129,7 @@ components:
2112921129
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef`
2113021130
tag, a contact or submission URL (domain, http, https, or mailto). Requirements depend on the tag for this record:
2113121131
* `issue`: The domain of your certificate issuer. Must be a valid domain.
21132-
* `issuewild`: Must begin with `*`.
21132+
* `issuewild`: The domain of your wildcard certificate issuer. Must be a valid domain and must not start with an asterisk (`*`).
2113321133
* `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:`.
2113421134

2113521135
`PTR`: Required. See our guide on how to [Configure Your Linode for Reverse DNS

0 commit comments

Comments
 (0)