Correct sign-certificate endpoint ref in docs

This commit is contained in:
Tuan Dang
2024-07-31 14:04:52 -07:00
parent 683e3dd7be
commit 9f0d7c6d11

View File

@@ -109,7 +109,7 @@ In the following steps, we explore how to issue a X.509 certificate under a CA.
### Sample request
```bash Request
curl --location --request POST 'https://app.infisical.com/api/v1/pki/ca/<ca-id>/issue-certificate' \
curl --location --request POST 'https://app.infisical.com/api/v1/pki/ca/<ca-id>/sign-certificate' \
--header 'Content-Type: application/json' \
--data-raw '{
"csr": "...",