Enable or disable DNSSEC signing on a zone
eurodns_dns_set_dnssecStart or stop DNSSEC signing for a hosted DNS zone. Use this for domains registered elsewhere; for domains registered here, use the domain DNSSEC tool to manage DS records.
Instructions
Starts (enabled: true) or stops (enabled: false) DNSSEC signing of a zone hosted here, and returns nothing on success. Use it only for a domain registered elsewhere: for a domain registered here, eurodns_domain_set_dnssec handles the DS record at the registry as well. Stopping while a DS record is still published makes the domain fail validation until it clears; check with eurodns_dns_get_dnssec_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | true to start signing the zone, false to stop. | |
| domainName | Yes | Name of the zone, e.g. example.com: a domain whose DNS is hosted here. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |