Skip to content

Commit f17ef08

Browse files
committed
Implementing Rebecca's feedback
1 parent 74c59cd commit f17ef08

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ By default, mTLS uses Client Certificates issued by a Cloudflare Managed CA. Clo
2020

2121
Example host: `mtls-test.example.com`
2222

23-
3. Select **Create Certificate** to generate the private key (usually referred to as Private Certificate) and Certificate Signing Request (CSR) with Cloudflare (which includes the Public Certificate), or use your own private key and CSR. Using your own allows you to also [label client certificates](/ssl/client-certificates/label-client-certificate/).
23+
3. Select **Create Certificate** and fill in the required fields. You can choose one of the following options:
24+
25+
- Generate a private key (usually referred to as Private Certificate) and Certificate Signing Request (CSR) with Cloudflare (which includes the Public Certificate).
26+
- Use your own private key and CSR which allows you to also [label client certificates](/ssl/client-certificates/label-client-certificate/).
2427

2528
To generate and use your own CSR, you can run a command like the following:
2629

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
@@ -89,7 +89,7 @@ For example, if you're using mTLS and you're restricting requests to certain fol
8989

9090
## Chain of Trust
9191

92-
Customers creating Client Certificates and selecting the option to "_use my private key and CSR_", providing a CSR, which was provided by your end-customers, in order to generate the Client Certificates and share it with your end-customers. However, if your end-customers request the Certificate Chain, this can potentially be shared by the Cloudflare account team.
92+
Customers create Client Certificates and select the option to _use my private key and CSR_. The customer provides the CSR supplied by end-customers to generate the client certificates shared with end-customers. However, if your end-customers request the Certificate Chain, this can potentially be shared by the Cloudflare account team.
9393

9494
Contact your account team for more information.
9595

0 commit comments

Comments
 (0)