Skip to content

Commit f79f37b

Browse files
Introduce AOP acronym and link out to custom hostnames docs
1 parent 5adb868 commit f79f37b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/ssl/origin-configuration/authenticated-origin-pull/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Authenticated Origin Pulls helps ensure requests to your origin
1111

1212
import { FeatureTable } from "~/components"
1313

14-
Authenticated Origin Pulls helps ensure requests to your origin server come from the Cloudflare network, which provides an additional layer of security on top of [Full](/ssl/origin-configuration/ssl-modes/full/) or [Full (strict)](/ssl/origin-configuration/ssl-modes/full-strict/) encryption modes.
14+
Authenticated Origin Pulls (AOP) helps ensure requests to your origin server come from the Cloudflare network, which provides an additional layer of security on top of [Full](/ssl/origin-configuration/ssl-modes/full/) or [Full (strict)](/ssl/origin-configuration/ssl-modes/full-strict/) encryption modes.
1515

1616
This authentication becomes particularly important with the [Cloudflare Web Application Firewall (WAF)](/waf/). Together with the WAF, you can make sure that **all traffic** is evaluated before receiving a response from your origin server.
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ head:
1111

1212
import { AvailableNotifications, Render } from "~/components"
1313

14-
When you enable Authenticated Origin Pulls for a zone, all proxied traffic to your zone is authenticated at the origin web server.
14+
When you enable Authenticated Origin Pulls (AOP) for a zone, all proxied traffic to your zone is authenticated at the origin web server.
1515

1616
## Before you begin
1717

1818
Make sure your zone is using an [SSL/TLS encryption mode](/ssl/origin-configuration/ssl-modes/) of **Full** or higher.
1919

2020
:::caution
2121

22-
Zone level AOP certificates are also applied to custom hostnames configured on a Cloudflare for SaaS zone.
23-
If you need a different AOP certificate to apply to different custom hostnames then you will need to use [Per-hostname AOP](/ssl/origin-configuration/authenticated-origin-pull/set-up/per-hostname/).
22+
Zone-level AOP certificates are also applied to [custom hostnames](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/) configured on a Cloudflare for SaaS zone.
23+
If you need a different AOP certificate to apply to different custom hostnames, use [Per-hostname AOP](/ssl/origin-configuration/authenticated-origin-pull/set-up/per-hostname/).
2424

2525
:::
2626

0 commit comments

Comments
 (0)