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.
RRSIG(Resource Record Signature)レコード(RFC 4034)は、[[dns|DNS]]レコードセットに対する暗号署名を含み、[[dnssec|DNSSEC]]検証を可能にします。署名済みゾーンの全てのレコードタイプ(A、MX、AAAAなど)に対して、ゾーンの秘密鍵を使用して対応するRRSIGが生成されます。検証する[[dns-resolver|リゾルバ]]はゾーンの[[dnskey-record|DNSKEY]]に対してRRSIGを検証し、レコードが転送中に改ざんされていないことを確認します。RRSIGレコードには有効期限があり、定期的に更新する必要があります。
使用例
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.