Skip to main content
DNS Checker(beta)

RRSIG

DNSSEC Resource Record Signature: the cryptographic signature attached to a DNS record set, proving it has not been tampered with.

An RRSIG (Resource Record Signature) is the DNSSEC record that holds the digital signature for every other record set in a signed zone. When a resolver fetches an A record for a DNSSEC-protected domain, it also fetches the matching RRSIG, then verifies the signature against the zone's DNSKEY. Each RRSIG includes the algorithm, the key tag of the signing key, an inception and expiration time, and the signature itself. Expired RRSIGs are one of the most common DNSSEC outages: signatures must be re-generated before they age out, even if no record content has changed.

Reference

Related terms

See also

Referenced on