Skip to content
Start here

DNSSEC

DNSSEC Details
GET/zones/{zone_id}/dnssec
Edit DNSSEC Status
PATCH/zones/{zone_id}/dnssec
Delete DNSSEC records
DELETE/zones/{zone_id}/dnssec
ModelsExpand Collapse
DNSSEC = object { algorithm, digest, digest_algorithm, 11 more }
algorithm: optional string

Algorithm key code.

digest: optional string

Digest hash.

digest_algorithm: optional string

Type of digest algorithm.

digest_type: optional string

Coded type for digest algorithm.

dnssec_multi_signer: optional boolean

If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.

See Multi-signer DNSSEC for details.

dnssec_presigned: optional boolean

If true, allows Cloudflare to transfer in a DNSSEC-signed zone including signatures from an external provider, without requiring Cloudflare to sign any records on the fly.

Note that this feature has some limitations. See Cloudflare as Secondary for details.

dnssec_use_nsec3: optional boolean

If true, enables the use of NSEC3 together with DNSSEC on the zone. Combined with setting dnssec_presigned to true, this enables the use of NSEC3 records when transferring in from an external provider. If dnssec_presigned is instead set to false (default), NSEC3 records will be generated and signed at request time.

See DNSSEC with NSEC3 for details.

ds: optional string

Full DS record.

flags: optional number

Flag for DNSSEC record.

key_tag: optional number

Code for key tag.

key_type: optional string

Algorithm key type.

modified_on: optional string

When DNSSEC was last modified.

formatdate-time
public_key: optional string

Public key for DS record.

status: optional "active" or "pending" or "disabled" or 2 more

Status of DNSSEC, based on user-desired state and presence of necessary records.

One of the following:
"active"
"pending"
"disabled"
"pending-disabled"
"error"
DNSSECDeleteResponse = string