Skip to content

Commit 0920861

Browse files
Replace recommendation wait time for DNSSEC with child zone
1 parent d5351a2 commit 0920861

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/dns/zone-setups/subdomain-setup

1 file changed

+3
-3
lines changed

src/content/docs/dns/zone-setups/subdomain-setup/dnssec.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ head:
88
content: Enable DNSSEC - subdomain setup
99
---
1010

11+
import { GlossaryTooltip } from "~/components";
12+
1113
As opposed to the [normal process](/dns/dnssec/) for enabling DNSSEC, DNSSEC with a subdomain setup requires a few additional steps.
1214

1315
## Requirements
1416

15-
To use DNSSEC for a subdomain setup, DNSSEC must be enabled on the parent zone.
16-
17-
Ideally, you should also wait 12 to 24 hours after enabling DNSSEC on the parent zone to ensure DNS resolvers provide the same DNS query responses.
17+
To use DNSSEC for a subdomain setup, DNSSEC must be enabled on the parent zone. After enabling DNSSEC on the parent zone, you should wait the minimum <GlossaryTooltip term="time-to-live (TTL)">TTL</GlossaryTooltip> value (specified in the [SOA record](https://www.cloudflare.com/learning/dns/dns-records/dns-soa-record/) of the parent zone) to ensure DNS resolvers provide the same DNS query responses.
1818

1919
## Setup
2020

0 commit comments

Comments
 (0)