create_dnssec_record
Create a DNSSEC record for a domain by submitting the key tag, algorithm, digest type, and digest, enabling DNSSEC protection at the registry.
Instructions
Creates a DNSSEC record at the registry for the domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alg | Yes | DS Data Algorithm. | |
| digest | Yes | Digest. | |
| domain | Yes | The domain name. | |
| keyTag | Yes | Key Tag. | |
| digestType | Yes | Digest Type. | |
| maxSigLife | No | Max Sig Life (optional). | |
| keyDataAlgo | No | Key Data Algorithm (optional). | |
| keyDataFlags | No | Key Data Flags (optional). | |
| keyDataPubKey | No | Key Data Public Key (optional). | |
| keyDataProtocol | No | Key Data Protocol (optional). |