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/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/uploading-certificates.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ EOF
49
49
))
50
50
```
51
51
52
-
2. Use a [POST request](/api/resources/custom_hostnames/methods/create/) to upload your certificate and key.
52
+
2. Use a [`POST` request](/api/resources/custom_hostnames/methods/create/) to upload your certificate and key.
53
53
54
54
:::note
55
55
The serial number returned is unique to the issuer, but not globally unique. Additionally, it is returned as a string, not an integer.
@@ -59,11 +59,11 @@ The serial number returned is unique to the issuer, but not globally unique. Add
59
59
60
60
## Use certificate packs: RSA and ECDSA
61
61
62
-
A certificate pack allows you to upload up to one RSA and one ECDSA custom certificates.
62
+
A certificate pack allows you to upload up to one RSA and one ECDSA custom certificates to a custom hostname. This process is currently only supported via API.
63
63
64
-
To upload an RSA and ECDSA certificate to a custom hostname, use the `custom_cert_bundle` property when making a POST request to the [Create Custom Hostname](/api/resources/custom_hostnames/methods/create/) endpoint.
64
+
To upload an RSA and ECDSA certificate to a custom hostname, use the `custom_cert_bundle` property when making a `POST` request to the [Create Custom Hostname](/api/resources/custom_hostnames/methods/create/) endpoint.
65
65
66
-
You can also use `custom_cert_bundle` with a PATCH request to the [Edit Custom Hostname](/api/resources/custom_hostnames/methods/edit/) endpoint.
66
+
You can also use `custom_cert_bundle` with a `PATCH` request to the [Edit Custom Hostname](/api/resources/custom_hostnames/methods/edit/) endpoint.
67
67
68
68
### Delete a custom certificate and private key
69
69
@@ -83,4 +83,4 @@ You can only replace an RSA certificate with another RSA certificate, or an ECDS
83
83
84
84
If you want to switch from maintaining a custom certificate to using one issued by Cloudflare, you can migrate that certificate with zero downtime.
85
85
86
-
Send a [PATCH request](/api/resources/custom_hostnames/methods/edit/) to your custom hostname with a value for the DCV `method`. As soon as the [certificate is validated](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/) and the [hostname is validated](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/hostname-validation/), Cloudflare will remove the old custom certificate and begin serving the new one.
86
+
Send a [`PATCH` request](/api/resources/custom_hostnames/methods/edit/) to your custom hostname with a value for the DCV `method`. As soon as the [certificate is validated](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/) and the [hostname is validated](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/hostname-validation/), Cloudflare will remove the old custom certificate and begin serving the new one.
0 commit comments