Skip to content

Commit 25a7a4d

Browse files
authored
Merge pull request #845 from bbiggerr/caa-rfc-8659
Added CAA target parameters
2 parents ef82cae + 93f64f3 commit 25a7a4d

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
@@ -20360,7 +20360,7 @@ components:
2036020360

2036120361
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef`
2036220362
tag, a contact or submission URL (domain, http, https, or mailto). Requirements depend on the tag for this record:
20363-
* `issue`: The domain of your certificate issuer. Must be a valid domain.
20363+
* `issue`: The domain of your certificate issuer. Must include a valid domain. May include additional parameters separated with semicolons (`;`), for example: `www.example.com; foo=bar`
2036420364
* `issuewild`: The domain of your wildcard certificate issuer. Must be a valid domain and must not start with an asterisk (`*`).
2036520365
* `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:`.
2036620366

0 commit comments

Comments
 (0)