Don't have an account? Sign up
If you're already signed up, please sign in
DNSSEC — DNS security extensions that let resolvers authenticate the origin and integrity of DNS data through digital signatures and a chain of trust.
DNSSEC authenticates DNS data and protects its integrity with digital signatures; it does not encrypt queries. The chain of trust runs from the root through a DS record to the child zone’s keys, and an inconsistent link causes validation failure.
DNSSEC — DNS security extensions that let resolvers authenticate the origin and integrity of DNS data through digital signatures and a chain of trust.
It creates, publishes, or validates part of the chain of trust so a validating resolver can determine whether data was signed by an authorized key and remained unchanged.
Verify algorithms, signature validity periods, DS-to-DNSKEY matching, required records on every authoritative server, and successful external validation before removing old keys.