You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Add the domain](/fundamentals/setup/manage-domains/add-site/) you are transferring to your Cloudflare account.
12
12
*[Review your DNS records](/dns/zone-setups/full-setup/setup/#review-dns-records) in the Cloudflare dashboard.
13
+
* If needed, plan for [DNSSEC disablement](#disable-dnssec).
13
14
*[Change your DNS nameservers](/dns/zone-setups/full-setup/) to Cloudflare.
14
15
* If initiating multiple transfers, notify your financial institution to prevent them from flagging these charges as fraudulent.
15
16
* Renew your domain if it is within 15 days of expiration.
@@ -20,4 +21,15 @@ import { Render } from "~/components"
20
21
21
22
### Disable DNSSEC
22
23
23
-
<Renderfile="disable_dnssec"product="dns" />
24
+
If you are onboarding an existing domain to Cloudflare, make sure DNSSEC **is disabled** at your registrar. Otherwise, your domain will experience connectivity errors when you change your nameservers.
25
+
26
+
1. Take note of the <GlossaryTooltipterm="time-to-live (TTL)">TTL</GlossaryTooltip> value for the DS record at your current registrar.
27
+
2. Remove DS records at your current registrar.
28
+
<Renderfile="dnssec-providers"product="dns" />
29
+
3. Wait at least the time corresponding to the DS record TTL. Usually 24 hours, but refer to the value you got at step 1.
30
+
4. Follow the steps to [transfer your domain](/registrar/get-started/transfer-domain-to-cloudflare/#set-up-a-domain-transfer) to Cloudflare Registrar.
31
+
5.[Enable DNSSEC](/dns/dnssec/#1-activate-dnssec-in-cloudflare) at Cloudflare. This will automatically add your DS to the zone parent via Cloudflare Registrar.
0 commit comments