Skip to content

Commit 06944dc

Browse files
authored
[SSL] Update troubleshooting.mdx
01747541
1 parent c326302 commit 06944dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ If you are using a Let's Encrypt certificate uploaded by yourself as a custom ce
4646
**Root cause**
4747

4848
The certificate you are trying to upload is invalid. For example, there might be extra lines, or the BEGIN/END text is not correct, or extra characters are added following a copy/paste.
49+
In the case of an update with the [PATCH API call](/api/resources/custom_certificates/methods/edit/) it can mean the `{custom_certificate_id}` is invalid.
4950

5051
**Solution**
5152

@@ -55,6 +56,8 @@ Carefully check the content of the certificate. You may use `openssl` to check a
5556
openssl x509 -in certificate.crt -noout -text
5657
```
5758

59+
Carefully check the `{custom_certificate_id}` parameter when using the API. You can confirm the certificate ID by [listing the existing custom certificates](/api/resources/custom_certificates/methods/list/) (`id` in the response).
60+
5861
### You have reached the maximum number of custom certificates. (Code: 1212)
5962

6063
**Root cause**

0 commit comments

Comments
 (0)