With Delegated DCV validation, do I need just the root CNAME or one per each hostname?
If I want to point
A. Would adding CNAME
B. Would I need 3,
If
Thanks!
site.com, www.site.com and subdomain.site.com to my CF for SaaS (cname.zone.com).A. Would adding CNAME
_acme-challenge be enough for the certs?B. Would I need 3,
_acme-challenge, _acme-challenge.www and _acme-challenge.subdomain?If
www.site.com is currently using a CNAME to somewhere else, would the sequence of steps to minimize downtime...- Add the DCV
_acme-challenge(or DCVs depending A or B) - Add the hostname/s to the Cloudflare Dashboard
- Wait for Cloudflare Dashboard to say the Certificate is Active
- (Potentially) add any missing CAA records necessary (although, if it's currently CNAMEing somewhere else, are you even able to add CAA records or not until you change the CNAME on step 6 and it propagates)?
- Otherwise,
www.site.comcontinues reaching the old service provider successfully - Consider doing pre-validation on the hostname (e.g. https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/domain-support/hostname-validation/pre-validation/) before DNS changes.
- Change the
www.CNAME tocname.zone.com, and with no downtime,www.site.comwill point to our zone.
Thanks!