🔐 DKIM Generator

Generate DKIM keys and DNS records for email authentication

A unique name for this DKIM key (like a label). You can use the default value or create your own.
💡 Examples: default, mail, dkim1, jan2025
â„šī¸ This will create a DNS record like: default._domainkey.yourdomain.com

What is DKIM?

DomainKeys Identified Mail (DKIM) is an email authentication method that allows the receiver to check that an email was indeed sent and authorized by the owner of that domain. It adds a digital signature to your emails that can be verified using DNS records.

What is a DKIM Selector?

A DKIM selector is simply a name/label for your DKIM key. Think of it like naming a file on your computer.

Common examples:
â€ĸ default - Most common choice
â€ĸ mail - Often used by email services
â€ĸ jan2025 - Include date for key rotation
â€ĸ newsletter - For specific email types

Why do you need it? It allows you to have multiple DKIM keys for the same domain, and helps identify which key signed which email.

Generating DKIM keys...