DANE (DNS による名前付きエンティティ認証)
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/dane/" 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/dane/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dane/)
Use the native HTML custom element.
DANEは[[dnssec|DNSSEC]]署名済みのTLSA DNSレコードを使用して、暗号化証明書をドメイン名に紐付けるセキュリティプロトコル(RFC 6698)です。従来の認証局(CA)信頼モデルの代替または補完手段を提供します。DANEを使用して、ドメイン管理者は自分のドメインに対して許可されている[[ssl-tls|TLS証明書]]またはCAを指定するTLSAレコードを公開します。DANEをサポートするメールサーバーとクライアントは、サーバーの証明書がTLSAレコードと一致することを検証でき、誤発行されたCA証明書による攻撃のリスクを大幅に低減します。DNSSEC署名のないTLSAレコードは偽造される可能性があるため、DANEにはエンドツーエンドのDNSSEC展開が必要です。
使用例
An email server publishes a TLSA record for _25._tcp.mail.example.com specifying its exact certificate fingerprint, so other mail servers can verify the TLS connection without relying solely on CAs.