Skip to content

Commit 411d7b3

Browse files
Create partial for pause CF error
1 parent aaea4fc commit 411d7b3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

src/content/docs/ssl/origin-configuration/origin-ca/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Encrypt traffic between Cloudflare and your origin web server and r
99

1010
---
1111

12-
import { FeatureTable, GlossaryTooltip } from "~/components"
12+
import { FeatureTable, GlossaryTooltip, Render } from "~/components"
1313

1414
If your origin only receives traffic from <GlossaryTooltip term="proxy status">proxied records</GlossaryTooltip>, use Cloudflare origin CA certificates to encrypt traffic between Cloudflare and your origin web server and reduce bandwidth consumption. Once deployed, these certificates are compatible with [Strict SSL mode](/ssl/origin-configuration/ssl-modes/full-strict/).
1515

@@ -88,6 +88,10 @@ If all your origin hosts are protected by Origin CA certificates or publicly tru
8888

8989
If you have origin hosts that are not protected by certificates, set the **SSL/TLS encryption** mode for a specific application to **Full (strict)** by using a [Page Rule](/rules/page-rules/).
9090

91+
:::caution
92+
<Render file="origin-ca-pause-error" />
93+
:::
94+
9195
## Revoke an Origin CA certificate
9296

9397
If you misplace your key material or do not want a certificate to be trusted, you may want to revoke your certificate. You cannot undo this process.

src/content/docs/ssl/origin-configuration/origin-ca/troubleshooting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ sidebar:
66
label: Troubleshooting
77
---
88

9-
Site visitors may see untrusted certificate errors if you pause or disable Cloudflare on subdomains that use Origin CA certificates. These certificates only encrypt traffic between Cloudflare and your origin server, not traffic from client browsers to your origin.
9+
import { GlossaryTooltip, Render } from "~/components";
10+
11+
<Render file="origin-ca-pause-error" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
{}
3+
4+
---
5+
6+
Site visitors may see untrusted certificate errors if you pause or disable Cloudflare on subdomains that use origin CA certificates. These certificates only encrypt traffic between Cloudflare and your origin server, not traffic from client browsers to your origin.

0 commit comments

Comments
 (0)