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署名済みゾーンは少なくとも1つのZSK(Zone Signing Key)と1つのKSK(Key Signing Key)を公開します。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.