Skip to content

Commit

Permalink
Further remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaTamachiro committed Oct 16, 2024
1 parent 5b5fcad commit ab70b8c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/content/docs/dns/zone-setups/partial-setup/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ head:

---

import { Details, Render } from "~/components"
import { Details, Render } from "~/components";

<Render file="partial-setup-definition" />

Expand All @@ -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.


<Details header="Example verification record">

A verification record for `example.com` might be:

| Type | Name | Content |
| ---- | ------------------------------- | ------------------- |
| TXT | `cloudflare-verify.example.com` | 966215192-518620144 |


</Details>

:::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.<YOUR DOMAIN>` 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.
Expand All @@ -86,6 +74,4 @@ If your domain is already live with a partial (CNAME) setup — with Cloudflare

</details>

3. Repeat this process for each subdomain proxied to Cloudflare.


3. Repeat this process for each subdomain proxied to Cloudflare.

0 comments on commit ab70b8c

Please sign in to comment.