Description
Query TLSA DNS records used by DANE (DNS-based Authentication of Named Entities) to pin TLS certificates to DNS. Verify that DANE is correctly configured for certificate validation without relying solely on Certificate Authorities.
Use Cases
- Verify DANE/TLSA configuration for mail servers
- Audit TLS certificate pinning via DNS
- Check DANE support for email encryption (SMTP DANE)
- Validate TLSA record parameters (usage, selector, matching type)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain |
string | Yes | Domain name to look up |
port |
integer | No | Port number. Default: 443 |
format |
string | No | Response format: json or markdown |