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
Copy file name to clipboardExpand all lines: src/content/docs/dns/dnssec/multi-signer-dnssec/setup.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
---
2
2
pcx_content_type: how-to
3
-
title: Setup
3
+
title: Set up multi-signer DNSSEC
4
4
sidebar:
5
5
order: 5
6
-
head:
7
-
- tag: title
8
-
content: Set up multi-signer DNSSEC
6
+
label: Setup
9
7
---
10
8
11
-
import { Tabs, TabItem } from"~/components"
12
-
13
-
# Set up multi-signer DNSSEC
9
+
import { Tabs, TabItem } from"~/components";
14
10
15
11
This page explains how you can enable [multi-signer DNSSEC](/dns/dnssec/multi-signer-dnssec/) with Cloudflare, using the [model 2](/dns/dnssec/multi-signer-dnssec/about/) as described in [RFC 8901](https://www.rfc-editor.org/rfc/rfc8901.html).
16
12
@@ -28,7 +24,7 @@ Note that:
28
24
29
25
If you use Cloudflare as a primary DNS provider, meaning that you manage your DNS records in Cloudflare, do the following:
30
26
31
-
<Tabs>
27
+
<TabssyncKey="dashPlusAPI">
32
28
<TabItemlabel="Dashboard">
33
29
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and zone.
34
30
2. Go to **DNS** > **Settings**.
@@ -119,7 +115,7 @@ curl --request PATCH \
119
115
120
116
If you use Cloudflare as a secondary DNS provider, do the following:
121
117
122
-
<Tabs>
118
+
<TabssyncKey="dashPlusAPI">
123
119
<TabItemlabel="Dashboard">
124
120
125
121
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and zone.
0 commit comments