The CDNSKEY record (Child DNSKEY) works alongside CDS records to enable automated DNSSEC key management. It publishes the child zone's DNSKEY in a format the parent can use to automatically compute and update DS records.
Check CDNSKEY records for any domain using our free DNS lookup tool.
Look Up CDNSKEY Records →While CDS contains the hash (digest) of the key, CDNSKEY contains the actual public key. The parent zone can then compute the DS record directly from the CDNSKEY.
Publishing both CDS and CDNSKEY provides maximum compatibility with different registry systems.
example.com. 3600 IN CDNSKEY 257 3 13 mdsswUyr3DPW...base64key...
Same format as DNSKEY: flags, protocol, algorithm, public key.
| Aspect | CDNSKEY | CDS |
|---|---|---|
| Contains | Full public key | Key hash (digest) |
| Parent computes DS | Yes (from key) | No (DS provided) |
| Size | Larger | Smaller |
| Flexibility | Parent chooses digest | Child specifies digest |
Special CDNSKEY to request DNSSEC removal (RFC 8078):
example.com. CDNSKEY 0 3 0 AA==
This signals the parent to remove all DS records.
CDNSKEY support varies by registry. Some prefer CDS, others prefer CDNSKEY, and many support both. Check with your registry/registrar for specific requirements.
Common issues and solutions:
DNS Explorer monitors CDNSKEY records, validates key consistency, and tracks DS propagation.
Start free DNS Explorer trial14-day full-feature trial
Use our DNS Record Finder to look up CDNSKEY records for any domain.
Look Up CDNSKEY Records →