diff --git a/docs/documentation/platform/pki/certificate-templates.mdx b/docs/documentation/platform/pki/certificate-templates.mdx index a014a6c01..a52bf4364 100644 --- a/docs/documentation/platform/pki/certificate-templates.mdx +++ b/docs/documentation/platform/pki/certificate-templates.mdx @@ -82,13 +82,9 @@ In the following steps, we explore how to issue a X.509 certificate using a cert { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", - "name": "", + "name": "certificate-template-1", "commonName": "", - "subjectAlternativeName": "", - "pkiCollectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", - "ttl": "", - "projectId": "", - "caName": "" + ... } ``` @@ -102,9 +98,9 @@ In the following steps, we explore how to issue a X.509 certificate using a cert --url https://app.infisical.com/api/v1/pki/certificates/issue-certificate \ --header 'Content-Type: application/json' \ --data '{ - "certificateTemplateId": "", - "friendlyName": "", - "commonName": "", + "certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", + "friendlyName": "my-new-certificate", + "commonName": "CERT", ... }' ```