You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ssl/edge-certificates/custom-certificates/uploading.mdx
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ import {
12
12
TabItem,
13
13
Tabs,
14
14
APIRequest,
15
+
DashButton,
15
16
} from"~/components";
16
17
17
18
This page lists Cloudflare requirements for custom certificates and explains how to upload and update these certificates using Cloudflare dashboard or API.
@@ -50,35 +51,33 @@ When using `compatible` or `modern` [bundling](/ssl/edge-certificates/custom-cer
50
51
51
52
To upload a custom SSL certificate in the dashboard:
52
53
53
-
1.Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
54
+
1.In the Cloudflare dashboard, go to the SSL/TLS **Edge Certificates** page.
2. In **Edge Certificates**, select **Upload Custom SSL Certificate**.
58
59
59
-
4. In **Edge Certificates**, select **Upload Custom SSL Certificate**.
60
-
61
-
5. Copy and paste relevant values into **SSL Certificate** and **Private key** text areas (or select **Paste from file**).
60
+
3. Copy and paste relevant values into **SSL Certificate** and **Private key** text areas (or select **Paste from file**).
62
61
63
62
:::note
64
63
If doing this manually, include the `---BEGIN CERTIFICATE---` and `---END CERTIFICATE---` like the placeholder text.
65
64
:::
66
65
67
-
6. Choose the appropriate [**Bundle Method**](/ssl/edge-certificates/custom-certificates/bundling-methodologies/).
66
+
4. Choose the appropriate [**Bundle Method**](/ssl/edge-certificates/custom-certificates/bundling-methodologies/).
68
67
69
-
7. Select a value for [**Private Key Restriction**](/ssl/edge-certificates/custom-certificates/#geo-key-manager-private-key-restriction).
68
+
5. Select a value for [**Private Key Restriction**](/ssl/edge-certificates/custom-certificates/#geo-key-manager-private-key-restriction).
70
69
71
-
8. Select a value for **Legacy Client Support**, which specifies <GlossaryTooltipterm="Server Name Indication (SNI)"link="/ssl/reference/browser-compatibility/#non-sni-support">Server Name Indication (SNI)</GlossaryTooltip> support:
70
+
6. Select a value for **Legacy Client Support**, which specifies <GlossaryTooltipterm="Server Name Indication (SNI)"link="/ssl/reference/browser-compatibility/#non-sni-support">Server Name Indication (SNI)</GlossaryTooltip> support:
72
71
-**Modern (recommended)**: SNI only
73
72
-**Legacy**: Supports non-SNI
74
73
:::caution
75
74
76
75
Custom certificates of the type `legacy_custom` are not compatible with [BYOIP](/byoip/).
77
76
:::
78
77
79
-
9. Select **Upload Custom Certificate**. If you see an error for `The key you provided does not match the certificate`, contact your Certificate Authority to ensure the private key matches the certificate.
78
+
7. Select **Upload Custom Certificate**. If you see an error for `The key you provided does not match the certificate`, contact your Certificate Authority to ensure the private key matches the certificate.
80
79
81
-
10. (optional) [Add a CAA DNS record](/ssl/edge-certificates/caa-records/).
80
+
8. (optional) [Add a CAA DNS record](/ssl/edge-certificates/caa-records/).
82
81
83
82
</TabItem>
84
83
@@ -176,12 +175,15 @@ Replacing a custom certificate following these steps does not lead to any downti
176
175
177
176
To update a certificate in the dashboard:
178
177
179
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
180
-
2. Select your application.
181
-
3. Go to **SSL/TLS**.
182
-
4. In **Edge Certificates**, locate a custom certificate.
183
-
5. Select the wrench icon and select **Replace SSL certificate and key**.
184
-
6. Follow the same steps as [upload a new certificate](#upload-a-custom-certificate).
178
+
1. In the Cloudflare dashboard, go to the SSL/TLS **Edge Certificates** page.
0 commit comments