create_dnssec_record
Publish a DNSSEC DS record at the registrar by specifying key tag, algorithm, digest type, digest, and audit reason. Optionally add key data for DNSKEY-derived records.
Instructions
Publish a DNSSEC DS record at the registrar. Required: key_tag,
alg, digest_type, digest. Optional key_data_* fields apply only when
you're also publishing the DNSKEY-derived form. reason is
required and tags the audit row as action=DNSSEC_ADD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alg | Yes | ||
| digest | Yes | ||
| domain | Yes | ||
| reason | Yes | ||
| key_tag | Yes | ||
| digest_type | Yes | ||
| max_sig_life | No | ||
| key_data_flags | No | ||
| key_data_pub_key | No | ||
| key_data_protocol | No | ||
| key_data_algorithm | No |