TLSA Generator

Create TLSA (DNS-based Authentication of Named Entities) records for certificate pinning and DANE implementation.

Service Configuration

TLSA Parameters

Domain-Issued Certificate - Certificate must match the one specified (most common)

Subject Public Key Info - Use only the public key portion (recommended)

SHA-256 Hash - Use SHA-256 hash of the certificate/key (recommended)

Certificate Data

Validation

Status: Invalid
Certificate data is required

Security Best Practices

  • Use usage type 3 (Domain-Issued Certificate) for most scenarios
  • Prefer selector 1 (SPKI) over selector 0 (full certificate) for flexibility
  • Use SHA-256 (1) or SHA-512 (2) matching types, avoid exact match (0)
  • Pin multiple certificates to avoid service disruption during certificate rotation
  • Test TLSA records with DANE validation tools before deployment
Example Configurations