Skip to content

Commit

Permalink
Address remaining monospace in dnssec.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaTamachiro committed Jan 14, 2025
1 parent 06ed67b commit b873604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/dns/zone-setups/subdomain-setup/dnssec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Ideally, you should also wait 12 to 24 hours after enabling DNSSEC on the parent

2. Make sure the child zone is [active](/dns/zone-setups/reference/domain-status/) on Cloudflare and that DNS resolution is working properly for your subdomain.

3. [Enable DNSSEC](/dns/dnssec/) for the child zone and save the information provided within the `DS` record output.
3. [Enable DNSSEC](/dns/dnssec/) for the child zone and save the information provided within the DS record output.

4. In the **DNS** > **Records** settings of the parent zone, [add the `DS` record](/dns/manage-dns-records/how-to/create-dns-records/) from the previous step.
4. In the **DNS** > **Records** settings of the parent zone, [add the DS record](/dns/manage-dns-records/how-to/create-dns-records/) from the previous step.

![Screenshot showing how to add a DS record within Cloudflare](~/assets/images/dns/ds-record-example.png)

5. Add an `A` record to the child zone to validate DNS resolution.
5. Add an A record to the child zone to validate DNS resolution.

6. Wait two to six hours. Then, [test the A record](/dns/dnssec/troubleshooting/#test-dnssec-with-dig) added in the previous step using multiple DNS resolvers with DNSSEC validation (`1.1.1.1`, `8.8.8.8`, and `9.9.9.9`). For example, if the `A` record is for `test.child.example.com`: `dig test.child.example.com +dnssec @1.1.1.1`.
6. Wait two to six hours. Then, [test the A record](/dns/dnssec/troubleshooting/#test-dnssec-with-dig) added in the previous step using multiple DNS resolvers with DNSSEC validation (`1.1.1.1`, `8.8.8.8`, and `9.9.9.9`). For example, if the A record is for `test.child.example.com`: `dig test.child.example.com +dnssec @1.1.1.1`.

0 comments on commit b873604

Please sign in to comment.