Enregistrement RRSIG
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/rrsig-record/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/rrsig-record/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/rrsig-record/)
Use the native HTML custom element.
Un enregistrement RRSIG (Resource Record Signature) (RFC 4034) contient la signature cryptographique d'un ensemble d'enregistrements [[dns|DNS]], permettant la validation [[dnssec|DNSSEC]]. Pour chaque type d'enregistrement dans une zone signée (A, MX, AAAA, etc.), un RRSIG correspondant est généré avec la clé privée de la zone. Les [[dns-resolver|résolveurs]] de validation vérifient le RRSIG par rapport au [[dnskey-record|DNSKEY]] de la zone pour confirmer que les enregistrements n'ont pas été falsifiés en transit. Les enregistrements RRSIG ont une date d'expiration et doivent être renouvelés périodiquement.
Exemple
An RRSIG on the A record for example.com proves the IP address was signed by the zone owner's private key; tampering with the IP would invalidate the signature and cause resolution failure.