Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.91 KB

File metadata and controls

51 lines (33 loc) · 1.91 KB
title pcx_content_type weight meta
Delegated
how-to
1
title
Delegated domain control validation (DCV)

Delegated DCV

Delegated DCV allows SaaS providers to delegate the DCV process to Cloudflare.

DCV Delegation requires your customers to place a one-time record at their authoritative DNS that allows Cloudflare to auto-renew all future certificate orders, so that there is no manual intervention from you or your customers at the time of the renewal.


When to use

HTTP DCV

{{}}

TXT DCV

{{}}


Setup

To set up Delegated DCV:

  1. Add a custom hostname for your zone, choosing TXT as the Certificate validation method.
  2. On SSL/TLS > Custom Hostnames, go to DCV Delegation for Custom Hostnames.
  3. Copy the hostname value.
  4. For each hostname, the domain owner needs to place a CNAME record at their authoritative DNS. In this example, the SaaS zone is example.com.
    _acme-challenge.example.com CNAME example.com.<COPIED_HOSTNAME>.

Once this is complete, Cloudflare will place two TXT DCV records - one for example.com and one for *.example.com - at the example.com.<COPIED_HOSTNAME> hostname. The CNAME record will need to stay in place in order to allow Cloudflare to continue placing the records for the renewals.

If desired, you could also manually fetch the DCV tokens and share them with your customers.

Moved domains

If you move your SaaS zone to another account, you will need to update the CNAME record with a new hostname value.