misc: updated certificates v3 endpoint to be under /pki

This commit is contained in:
Sheen Capadngan
2025-11-10 21:44:25 +08:00
parent eb2553270b
commit a336cfa0c5
12 changed files with 12 additions and 22 deletions

View File

@@ -105,7 +105,7 @@ Here, select the certificate profile from step 1 that will be used to issue the
### Sample request
```bash Request
curl --location --request POST 'https://app.infisical.com/api/v3/certificates/issue-certificate' \
curl --location --request POST 'https://app.infisical.com/api/v3/pki/certificates/issue-certificate' \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{
@@ -151,7 +151,7 @@ Here, select the certificate profile from step 1 that will be used to issue the
### Sample request
```bash Request
curl --location --request POST 'https://app.infisical.com/api/v3/certificates/sign-certificate' \
curl --location --request POST 'https://app.infisical.com/api/v3/pki/certificates/sign-certificate' \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{