Skip to content

Commit 96f7b3d

Browse files
Separate delete instructions from timed out section
1 parent d2db73c commit 96f7b3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/ssl/edge-certificates/universal-ssl/troubleshooting.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ head:
88
content: Troubleshooting Universal SSL
99
description: Review how to troubleshoot issues such as certificate timeouts when using Cloudflare Universal SSL.
1010
---
11+
1112
## Resolve a timed out state
1213

1314
If a certificate issuance times out, Cloudflare tells you where in the chain of issuance the timeout occurred: Initializing, Validation, Issuance, Deployment, or Deletion.
@@ -19,7 +20,9 @@ To resolve timeout issues, try one or more of the following options:
1920
* Send a PATCH request to the [validation endpoint](/api/resources/ssl/subresources/verification/methods/edit/) using the same DCV method (API only). Please make sure that the `--data` field is not empty in your request.
2021
* Review your [domain control validation (DCV)](/ssl/edge-certificates/changing-dcv-method/).
2122

22-
Alternatively, you can use the [API to delete the certificate](/api/resources/ssl/subresources/certificate_packs/methods/delete/): it will then no longer appear in the list in the Cloudflare dashboard.
23+
## Delete certificates
24+
25+
You can [use the API](/api/resources/ssl/subresources/certificate_packs/methods/delete/) to delete certificates that you no longer want listed on the Cloudflare dashboard.
2326

2427
## Other issues
2528

0 commit comments

Comments
 (0)