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/certificate-signing-requests.mdx
Replace the `\n` characters with actual newlines before passing to your customer. This can be accomplished by piping the output of the prior call to a tool like jq and perl, such as:
Your customer will take the provided CSR and work with their CA to obtain a signed, publicly trusted certificate.
@@ -145,10 +132,4 @@ You can request the (paginated) collection of all previously generated custom CS
145
132
146
133
Delete one or more of the CSRs to delete the underlying private key by making a `DELETE` request to `https://api.cloudflare.com/client/v4/zones/{zone_id}/custom_csrs/{csr_id}`.
147
134
148
-
<APIRequest
149
-
path=""
150
-
method=""
151
-
json={{}}
152
-
/>
153
-
154
135
You may delete a CSR provided there are no custom certificates using the private key that was generated forthe CSR. If you attempt to delete a CSR whose private key is stillin use, you will receive an error.
0 commit comments