Skip to content

Commit ba92a6f

Browse files
Text review, missing line break, and specify it's a path parameter
1 parent 06944dc commit ba92a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ 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.
49+
50+
In the case of an update with the [PATCH API call](/api/resources/custom_certificates/methods/edit/), it can mean the path parameter `{custom_certificate_id}` is invalid.
5051

5152
**Solution**
5253

@@ -56,7 +57,7 @@ Carefully check the content of the certificate. You may use `openssl` to check a
5657
openssl x509 -in certificate.crt -noout -text
5758
```
5859

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+
When using the API, carefully check the `{custom_certificate_id}` path parameter. You can confirm the certificate ID by [listing the existing custom certificates](/api/resources/custom_certificates/methods/list/) (`id` in the response).
6061

6162
### You have reached the maximum number of custom certificates. (Code: 1212)
6263

0 commit comments

Comments
 (0)