Skip to content

Commit 110bc83

Browse files
Separate forward option from enable-mtls page
1 parent 15fc644 commit 110bc83

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

src/content/docs/learning-paths/mtls/mtls-app-security/related-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Generally, ensure client certificates are rotated regularly and safely to reduce
3333

3434
## Forward a client certificate
3535

36-
There are multiple ways to [forward a client certificate](/ssl/client-certificates/enable-mtls/#forward-a-client-certificate) to your origin server.
36+
There are multiple ways to [forward a client certificate](/ssl/client-certificates/forward-a-client-certificate/) to your origin server.
3737

3838
## Bring your own CA for mTLS
3939

src/content/docs/ssl/client-certificates/enable-mtls.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ import { Render } from "~/components"
1010

1111
You can enable mutual Transport Layer Security (mTLS) for any hostname.
1212

13-
## Enable mTLS
14-
15-
To enable mutual Transport Layer Security (mTLS) for a host from the Cloudflare dashboard:
13+
To enable mTLS for a host from the Cloudflare dashboard:
1614

1715
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and application.
1816
2. Go to **SSL** > **Client Certificates**.
@@ -23,5 +21,3 @@ To enable mutual Transport Layer Security (mTLS) for a host from the Cloudflare
2321
After enabling mTLS for your host, you can enforce mTLS with [API Shield](/api-shield/security/mtls/configure/). While API Shield is **not required** to use mTLS, many teams may use mTLS to protect their APIs.
2422

2523
<Render file="cloudflare-managed-client-cert" />
26-
27-
<Render file="forward-client-certificate" />
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Forward certificate to server
4+
sidebar:
5+
order: 6
6+
7+
---
8+
9+
Customers using [Cloudflare Access](/cloudflare-one/policies/access/) also have the option to forward client certificates to their origin server.
10+
11+
import { Render } from "~/components";
12+
13+
<Render file="forward-client-certificate" />

0 commit comments

Comments
 (0)