Skip to content

Commit aaea4fc

Browse files
Create origin-ca folder and add placeholder page for ts
1 parent bd8c8d2 commit aaea4fc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ title: Cloudflare origin CA
33
pcx_content_type: how-to
44
sidebar:
55
order: 3
6+
label: Setup
67
head: []
78
description: Encrypt traffic between Cloudflare and your origin web server and reduce origin bandwidth consumption.
89

910
---
1011

1112
import { FeatureTable, GlossaryTooltip } from "~/components"
1213

13-
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 origin bandwidth consumption. Once deployed, these certificates are compatible with [Strict SSL mode](/ssl/origin-configuration/ssl-modes/full-strict/).
14+
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/).
1415

1516
For more background information on origin CA certificates, refer to the [introductory blog post](https://blog.cloudflare.com/cloudflare-ca-encryption-origin/).
1617

@@ -129,4 +130,4 @@ To automate processes involving Origin CA certificates, use the following API ca
129130

130131
## Troubleshooting
131132

132-
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.
133+
Refer to [Troubleshooting Cloudflare origin CA](/ssl/origin-configuration/origin-ca/troubleshooting/).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Troubleshooting Cloudflare origin CA
3+
pcx_content_type: troubleshooting
4+
sidebar:
5+
order: 2
6+
label: Troubleshooting
7+
---
8+
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.

0 commit comments

Comments
 (0)