tlsValidation
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
method |
tlsCertificateDcvMethod | yes | (dns-cname-token, email) |
dns_records |
tlsValidationDnsRecord[] | no | — |
email_targets |
string[] |
no | — |
Example
Section titled “Example”{ "method": "dns-cname-token", "dns_records": [ { "name": "www.example.com.", "type": "CNAME", "value": "www.example.com." } ], "email_targets": [ "string" ]}