The CDS record (Child DS) allows a child zone to signal desired changes to its DS record in the parent zone. This enables automated DNSSEC key management without manual intervention at the registrar.
Check CDS records for any domain using our free DNS lookup tool.
Look Up CDS Records →Traditionally, updating the DS record requires contacting your registrar manually. CDS records (RFC 7344, updated by RFC 8078) provide a way for the child zone to publish desired DS changes, which the parent can then automatically pick up and process.
The CDS record has the same format as a DS record but is published in the child zone.
example.com. 3600 IN CDS 12345 13 2 49FD46E6C4B45C55D4AC...
Same format as DS: key tag, algorithm, digest type, digest.
Publish CDS to request DS record creation in parent:
example.com. CDS 12345 13 2 abc123...
Publish new CDS during KSK rollover:
example.com. CDS 67890 13 2 def456... ; new key
Special CDS to request DS removal (RFC 8078):
example.com. CDS 0 0 0 00
This signals the parent to remove all DS records, disabling DNSSEC.
| Aspect | DS Record | CDS Record |
|---|---|---|
| Location | Parent zone | Child zone |
| Purpose | Active delegation | Signal desired change |
| Who creates | Parent/registrar | Child zone owner |
| Automation | Requires registrar action | Can be automated |
CDS automation requires support from your registry. Adoption varies:
Common issues and solutions:
DNS Explorer monitors CDS records, tracks DS propagation, and alerts you to DNSSEC chain issues.
Start free DNS Explorer trial14-day full-feature trial
Use our DNS Record Finder to look up CDS records for any domain.
Look Up CDS Records →