Skip to content

Commit 9b32913

Browse files
[SSL] AOP: remove steps for origin_tls_client_auth vs settings/tls_client_auth (#25394)
* [SSL] Update per-hostname.mdx * [SSL] Update zone-level.mdx --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 5ef9b64 commit 9b32913

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

src/content/docs/ssl/origin-configuration/authenticated-origin-pull/set-up/per-hostname.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,17 @@ In the API response, save the certificate `id` since it will be required in step
4646
product="ssl"
4747
/>
4848

49-
## 3. Enable Authenticated Origin Pulls (globally)
50-
51-
<Render file="aop-enable-feature" product="ssl" />
52-
53-
## 4. Enable Authenticated Origin Pulls for the hostname
49+
## 3. Enable Authenticated Origin Pulls for the hostname
5450

5551
Use the Cloudflare API to send a [`PUT`](/api/resources/origin_tls_client_auth/subresources/hostnames/methods/update/) request to enable Authenticated Origin Pulls for specific hostnames.
5652

5753
If you had set up logging on your origin during step 2, test and confirm that Authenticated Origin Pulls is working.
5854

59-
## 5. Enforce validation check on your origin
55+
## 4. Enforce validation check on your origin
6056

6157
<Render file="aop-enforce-validation" product="ssl" />
6258

63-
## 6. (Optional) Set up alerts for hostname-level Authenticated Origin Pulls certificates
59+
## 5. (Optional) Set up alerts for hostname-level Authenticated Origin Pulls certificates
6460

6561
You can configure alerts to receive notifications before your AOP certificates expire.
6662

src/content/docs/ssl/origin-configuration/authenticated-origin-pull/set-up/zone-level.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,11 @@ Using a custom certificate is required if you need your domain to be [FIPS](http
5454

5555
<Render file="aop-enable-feature" product="ssl" />
5656

57-
## 4. Enable Authenticated Origin Pulls for all hostnames in a zone
58-
59-
Use the Cloudflare API to send a [`PUT`](/api/resources/origin_tls_client_auth/subresources/settings/methods/update/) request to enable zone-level authenticated origin pulls.
60-
61-
If you had set up logging on your origin during [step 2](#2-configure-origin-to-accept-client-certificates), test and confirm that Authenticated Origin Pulls is working.
62-
63-
## 5. Enforce validation check on your origin
57+
## 4. Enforce validation check on your origin
6458

6559
<Render file="aop-enforce-validation" product="ssl" />
6660

67-
## 6. (Optional) Set up alerts for zone-level Authenticated Origin Pulls certificates
61+
## 5. (Optional) Set up alerts for zone-level Authenticated Origin Pulls certificates
6862

6963
You can configure alerts to receive notifications before your AOP certificates expire.
7064

0 commit comments

Comments
 (0)