Skip to content

Commit 0f9b8a1

Browse files
Make headings shorter and add specific text to API hyperlinks
1 parent bfde371 commit 0f9b8a1

File tree

1 file changed

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

1 file changed

+14
-8
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For use cases and limitations, refer to [custom certificates](/cloudflare-for-pl
1515

1616
## Upload certificates
1717

18-
This section describes the general process for uploading a custom certificate corresponding to one of the [supported types](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/#limitations). If you must support both RSA and ECDSA with the same certificate refer to [TBD](#) below.
18+
This section describes the general process for uploading a custom certificate corresponding to one of the [supported types](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/#limitations). If you must support both RSA and ECDSA refer to [certificate packs](#use-certificate-packs-rsa-and-ecdsa) below.
1919

2020
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
2121

@@ -57,19 +57,25 @@ The serial number returned is unique to the issuer, but not globally unique. Add
5757

5858
</TabItem> </Tabs>
5959

60-
## Upload certificate packs: RSA and ECDSA uploads
60+
## Use certificate packs: RSA and ECDSA
6161

62-
A certificate pack can support up to one RSA certificate and one ECDSA certificate.
62+
A certificate pack allows you to upload up to one RSA and one ECDSA custom certificates.
6363

64-
To upload an RSA and/or ECDSA certificate to a custom hostname certificate pack, use a [POST request](/api/resources/custom_hostnames/methods/create/) with the `custom_cert_bundle` property. Use a [PATCH request](/api/resources/custom_hostnames/methods/edit/) to edit an RSA and/or ECDSA certificate to a custom hostname.
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-
### Delete a custom certificate and private key for custom hostname
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

68-
Use a [DELETE request](/api/resources/custom_hostnames/subresources/certificate_pack/) to remove one custom certificate and key from a custom hostname. You cannot delete a certificate if it is the only remaining certificate in the pack.
68+
### Delete a custom certificate and private key
6969

70-
### Replace a custom certificate and private key in custom hostname
70+
Use the [Delete Single Certificate And Key For Custom Hostname](/api/resources/custom_hostnames/subresources/certificate_pack/subresources/certificates/methods/delete/) endpoint to remove one of the custom certificates and corresponding key from a certificate pack.
7171

72-
Use a [PUT request](/api/resources/custom_hostnames/subresources/certificate_pack/subresources/certificates/methods/update/) to replace a single custom certificate within a certificate pack that contains two bundled certificates. You can only replace an RSA certificate with another RSA certificate, or an ECDSA certificate with another ECDSA certificate.
72+
You cannot delete a certificate if it is the only remaining certificate in the pack.
73+
74+
### Replace a custom certificate and private key
75+
76+
To replace a single custom certificate within a certificate pack that contains two bundled certificates, use the [Replace Custom Certificate And Custom Key In Custom Hostname](/api/resources/custom_hostnames/subresources/certificate_pack/subresources/certificates/methods/update/) endpoint.
77+
78+
You can only replace an RSA certificate with another RSA certificate, or an ECDSA certificate with another ECDSA certificate.
7379

7480
***
7581

0 commit comments

Comments
 (0)