Skip to content

Commit b506d27

Browse files
Apply batched changes to SSL partials
1 parent efb0b0f commit b506d27

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

src/content/partials/ssl/acm-validate-cert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
To check whether your certificates have been validated and reissued:
77

8-
* **Dashboard**: Find the certificate(s) **SSL/TLS** > **Edge Certificates** and make sure that the **Status** is **Active**.
8+
* **Dashboard**: Find the certificate(s) on the [**Edge Certificates**](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) page and make sure that the **Status** is **Active**.
99
* **API**: Send a [`GET`](/api/resources/ssl/subresources/certificate_packs/methods/list/) request and confirm that your certificate(s) have `"status": "active"`.

src/content/partials/ssl/aop-enable-feature.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{}
33
---
44

5-
import { TabItem, Tabs } from "~/components";
5+
import { TabItem, Tabs, DashButton } from "~/components";
66

77
Then, enable the Authenticated Origin Pulls feature as an option for your Cloudflare zone.
88

@@ -12,9 +12,11 @@ This step sets the TLS Client Auth to require Cloudflare to use a client certifi
1212

1313
To enable **Authenticated Origin Pulls** in the dashboard:
1414

15-
1. Log in to your [Cloudflare account](https://dash.cloudflare.com) and go to a specific domain.
16-
2. Go to **SSL/TLS** > **Origin Server**.
17-
3. For **Authenticated Origin Pulls**, switch the toggle to **On**.
15+
1. In the Cloudflare dashboard, go to the **Origin Server** page.
16+
17+
<DashButton url="/?to=/:account/:zone/ssl-tls/origin" />
18+
19+
2. For **Authenticated Origin Pulls**, switch the toggle to **On**.
1820

1921
:::caution
2022

src/content/partials/ssl/txt-validation-dashboard.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33

44
---
55

6-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
7-
2. Choose your account and domain.
8-
3. Go to **SSL/TLS** > **Edge Certificates**.
9-
4. Select a certificate.
10-
5. Copy the values for **Certificate validation TXT name** and **Certificate validation TXT value**.
6+
import { DashButton } from "~/components";
7+
8+
1. In the Cloudflare dashboard, go to the **Edge Certificates** page.
9+
10+
<DashButton url="/?to=/:account/:zone/ssl-tls/edge-certificates" />
11+
12+
2. Select a certificate.
13+
3. Copy the values for **Certificate validation TXT name** and **Certificate validation TXT value**.
1114

1215
If you had created a **wildcard** certificate, you would need to copy the values for two different validation TXT records.

0 commit comments

Comments
 (0)