From ab70b8c41393efd60b24f7517b54e69354edcdce Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 11:42:28 +0100 Subject: [PATCH] Further remove empty lines --- .../dns/zone-setups/partial-setup/setup.mdx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx index 386f1ddfd508ca..29358ded6e9b60 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx @@ -9,7 +9,7 @@ head: --- -import { Details, Render } from "~/components" +import { Details, Render } from "~/components"; @@ -32,42 +32,30 @@ A partial setup is only available to customers on a Business or Enterprise plan. Once you [add your domain to Cloudflare](#add-your-domain-to-cloudflare), add the **Verification TXT Record** at your authoritative DNS provider. Cloudflare will verify the TXT record and send a confirmation email. This can take up to a few hours. -
- A verification record for `example.com` might be: | Type | Name | Content | | ---- | ------------------------------- | ------------------- | | TXT | `cloudflare-verify.example.com` | 966215192-518620144 | - -
:::note - - If your authoritative DNS provider automatically appends DNS record `name` fields with your domain, make sure to only insert `cloudflare-verify` as the record name. Otherwise, it may result in an incorrect record name, such as `cloudflare-verify.example.com.example.com`. After creating the record, you can use this [Dig Web Interface link](https://digwebinterface.com/?type=TXT\&ns=auth\&nameservers=) to search (`dig`) for `cloudflare-verify.` and validate if it is working. - - ::: That record must remain in place for as long as your domain is active on the partial setup on Cloudflare. - ## Optional - Provision an SSL certificate - To provision a Universal SSL certificate through Cloudflare, follow [these instructions](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup). If your domain is already live with a partial (CNAME) setup — with Cloudflare or another DNS provider — you cannot use a TXT record for [Domain Control Validation](/ssl/edge-certificates/changing-dcv-method/methods/txt/). That domain's TXT record needs to be reserved for forwarding traffic to Cloudflare. - ## Add DNS records - 1. In Cloudflare, [add an `A`, `AAAA`, or `CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/). 2. At your authoritative DNS provider: 1. Remove any existing `A`, `AAAA`, or `CNAME` records on the hostname you want to proxy to Cloudflare. @@ -86,6 +74,4 @@ If your domain is already live with a partial (CNAME) setup — with Cloudflare - 3. Repeat this process for each subdomain proxied to Cloudflare. - - + 3. Repeat this process for each subdomain proxied to Cloudflare. \ No newline at end of file