DANE / TLSA Generator
Build your TLSA record
Finish the wizard to build your record
Tool features
Real SPKI hashing
100% client-side
Prefill from live DNS
Verify & export
What is a TLSA record & how DANE works
A TLSA record is how DANE (RFC 6698) pins the certificate a mail server must present. It lives at _25._tcp.yourmailhost and carries four fields: certificate usage, selector, matching type, and a digest of the certificate or its public key.
Because the trust anchor is DNS itself, DANE only works inside a DNSSEC-signed zone — senders ignore unsigned TLSA records entirely. This generator computes the digest from your certificate locally in the browser and gives you the zone-file line plus the OpenSSL command to verify it against the live server.
Every field in the wizard — the host, the port, the certificate and the usage, selector and matching numbers — is explained one by one in TLSA Generator: Every Input Explained — the same copy behind every “What's this?” link above.