Skip to content

Commit 07054bd

Browse files
Fix capitalization
1 parent 299cbdf commit 07054bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/ssl/client-certificates/byo-ca.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Cloudflare mTLS now supports client certificates that have not been
1212

1313
import { Render, APIRequest, Tabs, TabItem } from "~/components"
1414

15-
This page explains how you can manage client certificates that have not been issued by Cloudflare CA. For a broader overview, refer to the [mtLS at Cloudflare learning path](/learning-paths/mtls/concepts/).
15+
This page explains how you can manage client certificates that have not been issued by Cloudflare CA. For a broader overview, refer to the [mTLS at Cloudflare learning path](/learning-paths/mtls/concepts/).
1616

1717
Bring your own CA (BYOCA) is especially useful if you already have mTLS implemented and [client certificates are already installed](/ssl/client-certificates/#how-it-works) on devices.
1818

src/content/docs/ssl/client-certificates/create-a-client-certificate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Client certificates created on the dashboard are issued by a [Cloudflare-managed
3939

4040
After creating the client certificate, make sure it is installed on the client devices and [enable mTLS](/ssl/client-certificates/enable-mtls/) for each hostname that should require a certificate from clients.
4141

42-
Refer to our [mtLS at Cloudflare learning path](/learning-paths/mtls/concepts/) for further context.
42+
Refer to our [mTLS at Cloudflare learning path](/learning-paths/mtls/concepts/) for further context.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ If you need to use your own CA (instead of the Cloudflare Managed CA), refer to
3333

3434
After enabling mTLS for your host, you can:
3535

36-
- Enforce mTLS with a WAF custom rule. Select **Create mTLS Rule** on the dashboard to use a template, or refer to our [mtLS at Cloudflare learning path](/learning-paths/mtls/mtls-app-security/#3-validate-the-client-certificate-in-the-waf) for further guidance.
36+
- Enforce mTLS with a WAF custom rule. Select **Create mTLS Rule** on the dashboard to use a template, or refer to our [mTLS at Cloudflare learning path](/learning-paths/mtls/mtls-app-security/#3-validate-the-client-certificate-in-the-waf) for further guidance.
3737
- 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.

0 commit comments

Comments
 (0)