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.