DANE (DNS-basierte Authentifizierung benannter Entitäten)
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 ist ein Sicherheitsprotokoll (RFC 6698), das [[dnssec|DNSSEC]]-signierte TLSA-DNS-Einträge verwendet, um kryptografische Zertifikate mit Domainnamen zu verknüpfen und damit eine Alternative oder Ergänzung zum traditionellen Vertrauensmodell der Zertifizierungsstellen (CA) bietet. Mit DANE veröffentlicht ein Domainadministrator einen TLSA-Eintrag, der festlegt, welches [[ssl-tls|TLS-Zertifikat]] oder welche CA für seine Domain autorisiert ist. Mailserver und Clients, die DANE unterstützen, können dann prüfen, ob das Zertifikat eines Servers mit dem TLSA-Eintrag übereinstimmt, was das Angriffsrisiko durch fehlerhaft ausgestellte CA-Zertifikate erheblich reduziert. DANE erfordert ein durchgängiges DNSSEC-Deployment, da TLSA-Einträge ohne DNSSEC-Signaturen gefälscht werden können.
Beispiel
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.