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(资源记录签名)记录(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.