Skip to content

Commit a6a170f

Browse files
Text review
1 parent 7baf196 commit a6a170f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
@@ -11,7 +11,7 @@ import { Details } from "~/components";
1111
To create a client certificate on the Cloudflare dashboard:
1212

1313
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and zone/domain.
14-
2. Go to **SSL** > **Client Certificates**.
14+
2. Go to **SSL/TLS** > **Client Certificates**.
1515
3. Select **Create Certificate** and fill in the required fields. You can choose one of the following options:
1616

1717
- Generate a private key and Certificate Signing Request (CSR) with Cloudflare.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can enable mutual Transport Layer Security (mTLS) for any hostname.
1313
To enable mTLS for a host from the Cloudflare dashboard:
1414

1515
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
16-
2. Go to **SSL** > **Client Certificates**.
16+
2. Go to **SSL/TLS** > **Client Certificates**.
1717
3. On the **Hosts** section of the **Client Certificates** card, select **Edit**.
1818
4. Enter the name of a host in your current domain.
1919
:::note

src/content/docs/ssl/client-certificates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Cloudflare then validates the client certificate against CAs set at account leve
2929
The account-level CAs can be:
3030

3131
- The Cloudflare-managed CA: This is the default option. Certificates and hostname associations are listed on your [dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/client-certificates/).
32-
- A [BYOCA](/ssl/client-certificates/byo-ca/) certificate: This is an API-only option, available on Enterprise accounts. Certificates and hostname associations are **not** listed on your [dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/client-certificates/).
32+
- [BYOCA](/ssl/client-certificates/byo-ca/) certificates: This is an API-only option, available on Enterprise accounts. Certificates and hostname associations are **not** listed on your [dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/client-certificates/).
3333

3434
---
3535

0 commit comments

Comments
 (0)