What DKIM Generator produces
Builds an RSA pair on the server: PKCS#1 PEM private key (OpenDKIM BEGIN RSA PRIVATE KEY) and SPKI PEM public key. DNS p= is that SPKI DER with PEM headers stripped.
DKIM Checker only looks up an existing record. This page is generation-only. If Google/Microsoft hosts your mail, publish their TXT/CNAME; a second pair breaks signatures.
Examples
- Recommended
selector=s1 · 2048-bitPanel-friendly.- BIND
quoted TXT chunksFor the 255-octet limit.- Prefix
dkimgen:Super box.
Publish and security
Put the TXT at selector._domainkey. TTL 300 while testing, then 3600. Never paste the private key into git or chat.
On a leak, publish empty p= immediately, mint a new selector, update the MTA. Leave the old selector with empty p= for a while.