Skip to content

Commit 3f55c31

Browse files
Move private key callout to byo-ca.mdx only (#23890)
1 parent e9125bb commit 3f55c31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ Bring your own CA (BYOCA) is especially useful if you already have mTLS implemen
2424

2525
## CA certificate requirements
2626

27-
<Render file="byo-ca-mtls-cert-requirements" /><br />
27+
<Render file="byo-ca-mtls-cert-requirements" />
28+
29+
:::note
30+
Uploading the CA private key is only required if you wish to use [Zero Trust's block page](/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate/). For more context on how mTLS works, refer to our [Learning Center](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/).
31+
:::
2832

2933
## Set up mTLS with your CA
3034

src/content/partials/ssl/byo-ca-mtls-cert-requirements.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ import { Details } from "~/components"
2929
`x509.ECDSAWithSHA512`
3030

3131

32-
</Details>
33-
34-
:::note
35-
Uploading the CA private key is only required if you wish to use [Zero Trust's block page](/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate/). For more context on how mTLS works, refer to our [Learning Center](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/).
36-
:::
32+
</Details>

0 commit comments

Comments
 (0)