How it works
Delegate the challenge once. Everything after that is automatic.
Under the hood, DelegatedSSL creates a Cloudflare for SaaS Custom Hostname for each domain and points validation at a stable per-domain _acme-challenge record. Here's the whole flow.
Delegate the challenge once
Your client adds a single CNAME — _acme-challenge.example.com pointing at their stable DelegatedSSL target. That's the only DNS change they ever make.
Domain
northwind.co
Add this record at your DNS provider. It is the only change you'll ever make.
- Type
- CNAME
- Host
- _acme-challenge.northwind.co
- Value
- northwind.co.a1b9f0e.dcv.delegatedssl.com
- TTL
- 300
Add the domain
Create the domain in your console or via the API. DelegatedSSL registers a Cloudflare for SaaS Custom Hostname and returns the exact delegation record to share.
| Client | Domain | Validation | Certificate |
|---|---|---|---|
| Northwind Studio | northwind.co | verified | active |
| Northwind Studio | shop.northwind.co | verified | active |
| Atlas Care Plans | atlascare.io | pending | pending |
| Meridian Hosting | meridian.dev | verified | renewing |
| Meridian Hosting | cdn.meridian.dev | action needed | action needed |
Certificate issues automatically
The moment the CNAME resolves, validation passes and a DV certificate is issued. The domain flips to live — no CSR, no key handling, no waiting on a support queue.
Certificate
northwind.co
Issuer
Cloudflare · DV
Valid until
Oct 14, 2026
Auto-renews
Sep 14, 2026
Trace ID
req_8f21c…d0
Renewals run themselves
Because validation is delegated, every future renewal reuses the same record. Certificates rotate ahead of expiry, and current validation and certificate status is always live in your console.
Renewal schedule
meridian.dev
-
Delegated & issued
Jul 16, 2026 · via _acme-challenge CNAME
-
Renewal scheduled
Sep 14, 2026 · reuses same delegation
-
Auto-renew & rotate
no DNS change required
Under the hood
What actually happens on our side
A Custom Hostname is created on the DelegatedSSL zone
Each domain becomes a Cloudflare for SaaS Custom Hostname with TXT-method DV validation — the smallest, safest payload, nothing extra.
A stable delegation record is derived
We return the exact _acme-challenge CNAME the domain owner should publish — the same record for every future renewal.
Validation is polled and reflected
As the CNAME resolves, validation flips from pending to verified, and the certificate moves to active. If something's off, you get a precise error — never a fake green.
Renewals reuse the delegation
Because control is delegated, rotation needs no new DNS. Certificates renew ahead of the 90-day expiry automatically.