Skip to content

Commit 8e8a4b5

Browse files
[SSL] Review instructions and add delete option to USSL troubleshooting (#23480)
* [SSL] Update troubleshooting.mdx CUSTESC-51418 * Fix capitalization * Replace 'APEX validation' terminology by DCV * Separate delete instructions from timed out section * Link out sooner to DCV page and reword last bullet --------- Co-authored-by: Rebecca Tamachiro <[email protected]> Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 89f58f0 commit 8e8a4b5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
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.
@@ -16,8 +17,12 @@ To resolve timeout issues, try one or more of the following options:
1617

1718
* Change the **Proxy status** of related DNS records to **DNS only** (gray-clouded) and wait at least a minute. Then, change the **Proxy status** back to **Proxied** (orange-clouded).
1819
* [Disable Universal SSL](/ssl/edge-certificates/universal-ssl/disable-universal-ssl/) and wait at least a minute. Then, re-enable Universal SSL.
19-
* 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.
20-
* Follow the [APEX validation method](/ssl/edge-certificates/changing-dcv-method/methods/#perform-dcv).
20+
* Send a PATCH request to the [validation endpoint](/api/resources/ssl/subresources/verification/methods/edit/) using the same [DCV method](/ssl/edge-certificates/changing-dcv-method/) (API only). Make sure that the `--data` field is not empty in your request.
21+
* Review your domain control validation (DCV). Changing the DCV method will restart certificate issuance.
22+
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.
2126

2227
## Other issues
2328

0 commit comments

Comments
 (0)