Skip to content

Commit d6aeabf

Browse files
Add missing monospace and call out API-only
1 parent 0f9b8a1 commit d6aeabf

File tree

1 file changed

+5
-5
lines changed
  • src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates

1 file changed

+5
-5
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/uploading-certificates.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ EOF
4949
))
5050
```
5151

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.
5353

5454
:::note
5555
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
5959

6060
## Use certificate packs: RSA and ECDSA
6161

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.
6363

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.
6565

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.
6767

6868
### Delete a custom certificate and private key
6969

@@ -83,4 +83,4 @@ You can only replace an RSA certificate with another RSA certificate, or an ECDS
8383

8484
If you want to switch from maintaining a custom certificate to using one issued by Cloudflare, you can migrate that certificate with zero downtime.
8585

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

Comments
 (0)