Skip to content

Commit 563f72a

Browse files
Address comments from PCX review
1 parent 8c142aa commit 563f72a

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To create a client certificate on the Cloudflare dashboard:
3333
Client certificates created on the dashboard are issued by a [Cloudflare-managed CA](/ssl/client-certificates/#how-it-works). If you need to use certificates issued by another CA, use the API to [bring your own CA](/ssl/client-certificates/byo-ca/) instead.
3434
:::
3535

36-
4. Select a value for **Certificate Validity**, and choose **Create**.
37-
5. Make sure to copy the certificate and private key as they will no longer be displayed after creation.
38-
6. Select **OK** to confirm.
36+
3. Select a value for **Certificate Validity**, and choose **Create**.
37+
4. Make sure to copy the certificate and private key as they will no longer be displayed after creation.
38+
5. Select **OK** to confirm.
3939

4040
## Next steps
4141

src/content/docs/ssl/edge-certificates/additional-options/always-use-https.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If only some parts of your application can support HTTPS traffic, do not enable
3636

3737
To enable **Always Use HTTPS** in the dashboard:
3838

39-
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page for the respective application.
39+
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.
4040

4141
<DashButton url="/?to=/:account/:zone/ssl-tls" />
4242

src/content/docs/ssl/edge-certificates/custom-certificates/renewing.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Learn how renewal and expiration work when using Cloudflare Custom
99

1010
---
1111

12-
import { GlossaryTooltip } from "~/components"
12+
import { GlossaryTooltip, DashButton } from "~/components"
1313

1414
## Renew custom certificates
1515

@@ -44,6 +44,9 @@ For example if you have a custom certificate made of an ECSDA and a RSA certific
4444

4545
If you no longer want to use your custom certificate but still want your website or application to be covered with SSL/TLS, you can do the following:
4646

47-
1. Go to the [**Edge Certificates**](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) page.
47+
1. In the Cloudflare dashboard, go to the **Edge Certificates** page.
48+
49+
<DashButton url="/?to=/:account/:zone/ssl-tls/edge-certificates" />
50+
4851
2. Make sure there is already an active [universal](/ssl/edge-certificates/universal-ssl/) or [advanced](/ssl/edge-certificates/advanced-certificate-manager/) certificate covering the same hostnames.
4952
3. Delete your custom certificate.

src/content/docs/ssl/reference/compliance-and-vulnerabilities.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ title: PCI compliance and vulnerabilities mitigation
55

66
---
77

8+
import { DashButton } from "~/components";
9+
810
Both [TLS 1.0 and TLS 1.1](/ssl/reference/protocols/) are insufficient for protecting information due to known vulnerabilities. Specifically for Cloudflare customers, the primary impact of PCI is that TLS 1.0 and TLS 1.1 are insufficient to secure payment card related traffic.
911

1012
PCI standards recommend using TLS 1.2 or higher. Refer to [Compliance standards](/ssl/edge-certificates/additional-options/cipher-suites/compliance-status/) for a list of recommended cipher suites.
@@ -15,13 +17,11 @@ Cloudflare also [implements mitigations against known vulnerabilities](#known-vu
1517

1618
To configure your Cloudflare domain to only allow connections using TLS 1.2 or newer protocols:
1719

18-
1. Log in to the Cloudflare dashboard.
19-
20-
2. Select your Cloudflare account and website or application.
20+
1. In the Cloudflare dashboard, go to the **Edge Certificates** page.
2121

22-
3. Go to the [**Edge Certificates**](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) page.
22+
<DashButton url="/?to=/:account/:zone/ssl-tls/edge-certificates" />
2323

24-
4. For **Minimum TLS Version**, select **TLS 1.2** or higher.
24+
2. For **Minimum TLS Version**, select **TLS 1.2** or higher.
2525

2626
Refer to [Minimum TLS version](/ssl/edge-certificates/additional-options/minimum-tls/) for more information about this setting and other setup options.
2727

0 commit comments

Comments
 (0)