DNSKEY 记录
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/dnskey-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/dnskey-record/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dnskey-record/)
Use the native HTML custom element.
DNSKEY记录(RFC 4034)存储用于验证区域[[dnssec|DNSSEC]]签名的公共加密密钥。每个经DNSSEC签名的区域至少发布一个ZSK(区域签名密钥)和一个KSK(密钥签名密钥)。KSK的哈希作为DS记录发布到父区域,形成从DNS根向下的[[dnssec|信任链]]。DNSKEY记录具有特定的标志、协议和算法字段格式。
示例
Running `dig DNSKEY cloudflare.com` returns the public keys Cloudflare uses to sign its DNSSEC records — validators use these keys to verify all other DNSSEC signatures in the zone.