From 054a1bcb1647de6da81190b591f2406ddadd527e Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 10:22:03 +0100 Subject: [PATCH 1/7] First pass: formatting and remove link to full setup guides --- .../docs/dns/zone-setups/partial-setup/setup.mdx | 12 +----------- 1 file changed, 1 insertion(+), 11 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 5d87920684bcfb5..aced7892dd29d23 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx @@ -25,23 +25,15 @@ A partial setup is only available to customers on a Business or Enterprise plan. ## Add your domain to Cloudflare - -1. Create a Cloudflare account and [add your domain](/fundamentals/setup/manage-domains/add-site/). - +1. Create a Cloudflare account and add your domain. 2. For your **Plan**, choose **Business** or **Enterprise**. - 3. Continue through the onboarding steps, ignoring the instructions to change your nameservers. - 4. On the **Overview** page, select **Convert to CNAME DNS Setup**. - 5. Select **Convert** to confirm. - 6. Save the information from the **Verification TXT Record**. If you lose the information, you can also access it by going to **DNS** > **Records** > **Verification TXT Record**. - ## Verify ownership for your domain - 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. @@ -82,9 +74,7 @@ If your domain is already live with a partial (CNAME) setup — with Cloudflare 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. - 2. Add a `CNAME` record for `{your-hostname}.cdn.cloudflare.net`.
From 5b5fcadf64266170ad8d71b090a32c7c5cb37687 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 11:42:00 +0100 Subject: [PATCH 2/7] Further remove empty lines --- src/content/docs/dns/zone-setups/partial-setup/setup.mdx | 4 ---- 1 file changed, 4 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 aced7892dd29d23..386f1ddfd508ca1 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx @@ -14,11 +14,7 @@ import { Details, Render } from "~/components" :::note - - A partial setup is only available to customers on a Business or Enterprise plan. - - ::: *** From ab70b8c41393efd60b24f7517b54e69354edcdce Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 11:42:28 +0100 Subject: [PATCH 3/7] 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 386f1ddfd508ca1..29358ded6e9b608 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 From ccb809bcdb396400a3499b6f7cf9457775fd5bd5 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 12:33:16 +0100 Subject: [PATCH 4/7] Move SSL/TLS section higher and separate new zone vs conversion --- .../dns/zone-setups/partial-setup/setup.mdx | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 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 29358ded6e9b608..41cd9824f515cd0 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, GlossaryTooltip } from "~/components"; @@ -19,11 +19,20 @@ A partial setup is only available to customers on a Business or Enterprise plan. *** -## Add your domain to Cloudflare +## Before you begin 1. Create a Cloudflare account and add your domain. -2. For your **Plan**, choose **Business** or **Enterprise**. -3. Continue through the onboarding steps, ignoring the instructions to change your nameservers. +2. Choose **Business** or **Enterprise** as your plan. +3. If you are onboarding a new domain to Cloudflare, ignore the instructions to change your nameservers. + +### (Optional) Plan for SSL/TLS certificates + +If you are only using [Universal SSL](/ssl/edge-certificates/universal-ssl/) prior to converting your zone, a certificate will be provisioned for your subdomains only after each of the respective DNS records are [proxied](/dns/manage-dns-records/reference/proxied-dns-records/). Refer to [Enable universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup) for details. + +If your domain is sensitive to downtime, instead of using Universal SSL, consider using an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) with [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv//#setup). + +## Add your domain to Cloudflare + 4. On the **Overview** page, select **Convert to CNAME DNS Setup**. 5. Select **Convert** to confirm. 6. Save the information from the **Verification TXT Record**. If you lose the information, you can also access it by going to **DNS** > **Records** > **Verification TXT Record**. @@ -48,12 +57,6 @@ After creating the record, you can use this [Dig Web Interface link](https://dig 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/). From 41b95bca272042510635e5f14996cc872b20894d Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 13:01:03 +0100 Subject: [PATCH 5/7] Fix broken link --- src/content/docs/dns/zone-setups/partial-setup/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 41cd9824f515cd0..6292909764c7a87 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx @@ -29,7 +29,7 @@ A partial setup is only available to customers on a Business or Enterprise plan. If you are only using [Universal SSL](/ssl/edge-certificates/universal-ssl/) prior to converting your zone, a certificate will be provisioned for your subdomains only after each of the respective DNS records are [proxied](/dns/manage-dns-records/reference/proxied-dns-records/). Refer to [Enable universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup) for details. -If your domain is sensitive to downtime, instead of using Universal SSL, consider using an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) with [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv//#setup). +If your domain is sensitive to downtime, instead of using Universal SSL, consider using an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) with [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/#setup). ## Add your domain to Cloudflare From 6ff441e26f353ccb0434eb82ca2723675246fc21 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 13:55:40 +0100 Subject: [PATCH 6/7] Move SSL recommendations into prep and revamp other steps --- .../dns/zone-setups/partial-setup/setup.mdx | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 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 6292909764c7a87..8851160ec376fca 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, GlossaryTooltip } from "~/components"; +import { Details, Render, GlossaryTooltip, Steps } from "~/components"; @@ -21,25 +21,29 @@ A partial setup is only available to customers on a Business or Enterprise plan. ## Before you begin + 1. Create a Cloudflare account and add your domain. 2. Choose **Business** or **Enterprise** as your plan. 3. If you are onboarding a new domain to Cloudflare, ignore the instructions to change your nameservers. +4. (Recommended) Plan for SSL/TLS certificates: -### (Optional) Plan for SSL/TLS certificates + If you are only using [Universal SSL](/ssl/edge-certificates/universal-ssl/) prior to converting your zone, a certificate will be provisioned for your subdomains only after each of the respective DNS records ([step 3](#3-add-dns-records) below) are [proxied](/dns/manage-dns-records/reference/proxied-dns-records/). Refer to [Enable Universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup) for details. -If you are only using [Universal SSL](/ssl/edge-certificates/universal-ssl/) prior to converting your zone, a certificate will be provisioned for your subdomains only after each of the respective DNS records are [proxied](/dns/manage-dns-records/reference/proxied-dns-records/). Refer to [Enable universal SSL](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup) for details. + If your domain is sensitive to downtime, instead of using Universal SSL, consider using an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) with [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/#setup). + -If your domain is sensitive to downtime, instead of using Universal SSL, consider using an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) with [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/#setup). +## 1. Convert your zone and review DNS records -## Add your domain to Cloudflare + +1. On the **Overview** page, select **Convert to CNAME DNS Setup**. +2. Select **Convert** to confirm. +3. Save the information from the **Verification TXT Record**. If you lose the information, you can also access it by going to **DNS** > **Records** > **Verification TXT Record**. +4. Make sure that you have all the DNS records for subdomains that you want to proxy through Cloudflare. + -4. On the **Overview** page, select **Convert to CNAME DNS Setup**. -5. Select **Convert** to confirm. -6. Save the information from the **Verification TXT Record**. If you lose the information, you can also access it by going to **DNS** > **Records** > **Verification TXT Record**. +## 2. Verify ownership for your domain -## Verify ownership for your domain - -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. +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: @@ -57,24 +61,22 @@ After creating the record, you can use this [Dig Web Interface link](https://dig That record must remain in place for as long as your domain is active on the partial setup on Cloudflare. -## Add DNS records +## 3. 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. - 2. Add a `CNAME` record for `{your-hostname}.cdn.cloudflare.net`. + +1. At your authoritative DNS provider: + 1. Create `CNAME` records pointing to `{your-hostname}.cdn.cloudflare.net` for every hostname you wish to proxy through Cloudflare. -
- - Example CNAME record at authoritative DNS provider - +
- The `CNAME` record for `www.example.com` would be: + The `CNAME` record for `www.example.com` would be: - ```txt - www.example.com CNAME www.example.com.cdn.cloudflare.net - ``` + ```txt + www.example.com CNAME www.example.com.cdn.cloudflare.net + ``` +
-
+ 2. Remove any previously existing `A`, `AAAA`, or `CNAME` records referencing the hostnames you want to proxy through Cloudflare. For these hostnames, leave only the records pointing to `{your-hostname}.cdn.cloudflare.net`. - 3. Repeat this process for each subdomain proxied to Cloudflare. \ No newline at end of file +2. Repeat this process for each subdomain that should be proxied to Cloudflare. +
\ No newline at end of file From 98c7df8341661800fa0eb91e23802e40bfff1dda Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 16 Oct 2024 13:59:55 +0100 Subject: [PATCH 7/7] Search for and replace broken anchors --- .../dns/zone-setups/conversions/convert-partial-to-full.mdx | 2 +- src/content/docs/dns/zone-setups/partial-setup/index.mdx | 2 +- .../docs/dns/zone-setups/reference/domain-status.mdx | 6 +++--- .../docs/dns/zone-setups/subdomain-setup/setup/index.mdx | 6 +++--- .../edge-certificates/changing-dcv-method/methods/http.mdx | 2 +- .../universal-ssl/enable-universal-ssl.mdx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/content/docs/dns/zone-setups/conversions/convert-partial-to-full.mdx b/src/content/docs/dns/zone-setups/conversions/convert-partial-to-full.mdx index e709c0e7831ef69..d851991f9877184 100644 --- a/src/content/docs/dns/zone-setups/conversions/convert-partial-to-full.mdx +++ b/src/content/docs/dns/zone-setups/conversions/convert-partial-to-full.mdx @@ -38,7 +38,7 @@ At least 24 hours prior to converting your zone, disable DNSSEC at your authorit :::note -As a best practice, you should also delete the previous [zone activation TXT record](/dns/zone-setups/partial-setup/setup/#add-your-domain-to-cloudflare) at your authoritative DNS provider. To locate this value in the Cloudflare dashboard, go to **DNS** > **Records** and find the **Verification TXT Record**. +As a best practice, you should also delete the previous [zone activation TXT record](/dns/zone-setups/partial-setup/setup/#1-convert-your-zone-and-review-dns-records) at your authoritative DNS provider. To locate this value in the Cloudflare dashboard, go to **DNS** > **Records** and find the **Verification TXT Record**. ::: diff --git a/src/content/docs/dns/zone-setups/partial-setup/index.mdx b/src/content/docs/dns/zone-setups/partial-setup/index.mdx index aed3068315db030..18c61cd846f0ca7 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/index.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/index.mdx @@ -10,7 +10,7 @@ import { FeatureTable, Render } from "~/components" -Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on `CNAME` records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`. +Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on `CNAME` records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`. ## How to diff --git a/src/content/docs/dns/zone-setups/reference/domain-status.mdx b/src/content/docs/dns/zone-setups/reference/domain-status.mdx index d6a75db6fbe2d45..e70299b86f29ca0 100644 --- a/src/content/docs/dns/zone-setups/reference/domain-status.mdx +++ b/src/content/docs/dns/zone-setups/reference/domain-status.mdx @@ -36,7 +36,7 @@ F[Purged] :::note -If you use the API to add your website or application to Cloudflare, your zone will be created directly in a **Pending** status. **Initializing** only applies to domains added via the dashboard. +If you use the API to add your website or application to Cloudflare, your zone will be created directly in a **Pending** status. **Initializing** only applies to domains added via the dashboard. ::: ## Initializing (Setup) @@ -68,7 +68,7 @@ If you have mistakenly added a zone to your account it will appear as pending. I ## Active -Cloudflare has authenticated your [nameserver changes](/dns/nameservers/update-nameservers/) or [verification TXT record](/dns/zone-setups/partial-setup/setup/#verify-ownership-for-your-domain) and you can proxy domain traffic through Cloudflare. For more details refer to [How Cloudflare works](/fundamentals/concepts/how-cloudflare-works/) and [Domain configurations](/fundamentals/setup/manage-domains/connect-your-domain/#domain-configurations). +Cloudflare has authenticated your [nameserver changes](/dns/nameservers/update-nameservers/) or [verification TXT record](/dns/zone-setups/partial-setup/setup/#2-verify-ownership-for-your-domain) and you can proxy domain traffic through Cloudflare. For more details refer to [How Cloudflare works](/fundamentals/concepts/how-cloudflare-works/) and [Domain configurations](/fundamentals/setup/manage-domains/connect-your-domain/#domain-configurations). ## Moved @@ -78,7 +78,7 @@ Zones that do not have any active paid subscriptions and have been moved will be :::caution -If you have an active paid subscription and no longer wish to use Cloudflare, make sure to also [manually remove your domain](/fundamentals/setup/manage-domains/remove-domain/). +If you have an active paid subscription and no longer wish to use Cloudflare, make sure to also [manually remove your domain](/fundamentals/setup/manage-domains/remove-domain/). ::: ## Deleted diff --git a/src/content/docs/dns/zone-setups/subdomain-setup/setup/index.mdx b/src/content/docs/dns/zone-setups/subdomain-setup/setup/index.mdx index 03345841f225673..93580d24656c05b 100644 --- a/src/content/docs/dns/zone-setups/subdomain-setup/setup/index.mdx +++ b/src/content/docs/dns/zone-setups/subdomain-setup/setup/index.mdx @@ -13,7 +13,7 @@ import { DirectoryListing, GlossaryTooltip } from "~/components" :::caution -Subdomain setup is only available for Enterprise accounts. If you only want to create a subdomain for your site in Cloudflare, refer to [Create a subdomain record](/dns/manage-dns-records/how-to/create-subdomain/). +Subdomain setup is only available for Enterprise accounts. If you only want to create a subdomain for your site in Cloudflare, refer to [Create a subdomain record](/dns/manage-dns-records/how-to/create-subdomain/). ::: [Subdomain setup](/dns/zone-setups/subdomain-setup/) relies on a process known as delegation. When, in a parent domain such as `example.com`, an [`NS` record](https://www.cloudflare.com/learning/dns/dns-records/dns-ns-record/) is created for a subdomain `blog.example.com`, this means that DNS management for the subdomain can be done separately, in its own DNS zone. @@ -50,10 +50,10 @@ The availability of different setups will depend on both the parent zone setup a :::caution[* Subdomain zones in partial setup are not delegated] -Subdomains using a partial setup represent an exception in the sense that [delegation](#subdomain-delegation) does not apply in this context. As explained in the dedicated [Partial (CNAME) setup section](/dns/zone-setups/partial-setup/), this setup is intended to simply proxy individual subdomains through Cloudflare. For completeness, however, this is listed as an option in this table and the [how-to guide](/dns/zone-setups/subdomain-setup/setup/parent-on-partial/) has detailed explanation on how to achieve a subdomain zone using partial setup. +Subdomains using a partial setup represent an exception in the sense that [delegation](#subdomain-delegation) does not apply in this context. As explained in the dedicated [Partial (CNAME) setup section](/dns/zone-setups/partial-setup/), this setup is intended to simply proxy individual subdomains through Cloudflare. For completeness, however, this is listed as an option in this table and the [how-to guide](/dns/zone-setups/subdomain-setup/setup/parent-on-partial/) has detailed explanation on how to achieve a subdomain zone using partial setup. ::: -This table assumes zones that are in an [active status](/dns/zone-setups/reference/domain-status/). For example, if you need to add the parent zone to Cloudflare when its child zone already exists in a partial setup, you can [convert the parent zone to partial](/dns/zone-setups/partial-setup/setup/#add-your-domain-to-cloudflare) while it is still in pending status. +This table assumes zones that are in an [active status](/dns/zone-setups/reference/domain-status/). For example, if you need to add the parent zone to Cloudflare when its child zone already exists in a partial setup, you can [convert the parent zone to partial](/dns/zone-setups/partial-setup/setup/#1-convert-your-zone-and-review-dns-records) while it is still in pending status. *** diff --git a/src/content/docs/ssl/edge-certificates/changing-dcv-method/methods/http.mdx b/src/content/docs/ssl/edge-certificates/changing-dcv-method/methods/http.mdx index f0821194834c6c9..977034790303829 100644 --- a/src/content/docs/ssl/edge-certificates/changing-dcv-method/methods/http.mdx +++ b/src/content/docs/ssl/edge-certificates/changing-dcv-method/methods/http.mdx @@ -47,7 +47,7 @@ To make sure your domain does not accidentally block HTTP DCV, review your Cloud ### Complete DCV -Your HTTP token will be available for the Certificate Authority as soon as you finish your [partial domain setup](/dns/zone-setups/partial-setup/setup/#add-dns-records). +Your HTTP token will be available for the Certificate Authority as soon as you finish your [partial domain setup](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). This means that you need to add a CNAME record to Cloudflare in your authoritative DNS and create [proxied DNS records](/dns/manage-dns-records/reference/proxied-dns-records/) for your hostname within Cloudflare. diff --git a/src/content/docs/ssl/edge-certificates/universal-ssl/enable-universal-ssl.mdx b/src/content/docs/ssl/edge-certificates/universal-ssl/enable-universal-ssl.mdx index 44f4ce408826331..f6ede60898ba207 100644 --- a/src/content/docs/ssl/edge-certificates/universal-ssl/enable-universal-ssl.mdx +++ b/src/content/docs/ssl/edge-certificates/universal-ssl/enable-universal-ssl.mdx @@ -32,7 +32,7 @@ If your domain is using a **partial setup**, you will need to add [Domain Contro For non-authoritative or [partial domains](/dns/zone-setups/partial-setup/), Universal SSL will be: -* Provisioned once the DNS record is [proxied through Cloudflare](/dns/zone-setups/partial-setup/setup/#add-dns-records). +* Provisioned once the DNS record is [proxied through Cloudflare](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). * Validated: * Immediately if you add [Domain Control Validation (DCV)](/ssl/edge-certificates/changing-dcv-method/) records to your authoritative DNS.