Bulk import domains
Upload a CSV to add many domains at once. Duplicates are skipped, invalid rows are reported. Optional expiry dates are stored as manual overrides until the next automatic check.
Upload CSV
CSV format
A header row is optional. Recognized columns (any order, case-insensitive):
domain_name, domain_expiry_date,
ssl_expiry_date, ssl_issuer, ssl_type.
Dates must be YYYY-MM-DD. If there is no header, the first column
is treated as the domain name.
domain_name,domain_expiry_date,ssl_expiry_date
example.com,2027-06-15,2026-08-01
mysite.io,,
internal.lan,2028-01-31,2026-12-15