Don't have an account? Sign up
If you're already signed up, please sign in
DNSKEY — a DNSSEC record that publishes the public key a validator uses to verify signatures made over a zone's DNS record sets.
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.
DNSKEY — a DNSSEC record that publishes the public key a validator uses to verify signatures made over a zone's DNS record sets.
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.