Documentation
SES DKIM
→ Cloudflare
A zero-dependency browser tool that converts your AWS SES identity CSV into a Cloudflare-importable DNS zone file. No install, no build, no server — 100% local.
What it does
From CSV to zone file in seconds
When you verify a domain in AWS SES, Amazon gives you DKIM DNS records to add to your DNS. You can export them as a CSV. This tool reads that CSV and converts it into a BIND-format zone file — the exact format Cloudflare's DNS import accepts.
Drop the CSV. Get the zone file. Import into Cloudflare. Done.
How it works
Three steps
01
Export from AWS SES
In the AWS Console, go to
SES → Configuration → Identities
, select your domain, open the
Authentication
tab, and click
Download .csv record set
under
Publish DNS records
.
02
Drop the CSV
Open the tool and drag your CSV onto the dropzone, or click to browse. The file is parsed instantly in
your browser — no upload involved.
03
Download and import
Review the parsed records, click
Download Zone File
, then import the
.txt
file directly in Cloudflare DNS → Records → Import.
Privacy first.
Your CSV is processed entirely in your browser using the JavaScript File API. Nothing is uploaded to any
server. The tool has no backend.