How DNSSEC Chain of Trust Works
DNSSEC adds cryptographic signatures to DNS records, allowing resolvers to verify answers came from the authoritative source. The chain of trust starts at the root zone (.), flows through TLDs (.com), and ends at your domain. Each level signs the level below using DS (Delegation Signer) records.
Key record types: RRSIG (signature over a record set), DNSKEY (public zone-signing and key-signing keys), DS (hash of a DNSKEY, published at the parent zone), NSEC/NSEC3 (authenticated denial of existence — proves a record does NOT exist without revealing zone contents).
DNSSEC Algorithm Reference
| Algorithm | Number | Status |
|---|---|---|
| RSA/MD5 | 1 | Deprecated — do not use |
| RSA/SHA-1 | 5 | Deprecated — SHA-1 collision risk |
| RSA/SHA-256 | 8 | Recommended (2048+ bit keys) |
| RSA/SHA-512 | 10 | Recommended |
| ECDSA P-256/SHA-256 | 13 | Recommended (fast, small signatures) |
| Ed25519 | 15 | Recommended (modern, fast, compact) |
Common DNSSEC Failure Modes
CLI Equivalent
dig +dnssec example.com SOA delv example.com dig +short example.com DNSKEY dig +short example.com DS