Registro 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.
Un registro DNSKEY (RFC 4034) almacena la clave criptográfica pública utilizada para verificar las firmas [[dnssec|DNSSEC]] en una zona. Toda zona firmada con DNSSEC publica al menos una Zone Signing Key (ZSK) y una Key Signing Key (KSK). El hash del KSK se publica como registro DS en la zona padre, formando la [[dnssec|cadena de confianza]] desde la raíz del DNS hacia abajo. Los registros DNSKEY tienen un formato específico de campos de indicadores, protocolo y algoritmo.
Ejemplo
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.