Body
application/json
Minimum length:
1Required string length:
1 - 255Available options:
api, est, acme Maximum length:
1000Response
Default Response
curl --request POST \
--url https://us.infisical.com/api/v1/pki/certificate-profiles \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<string>",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"description": "<string>",
"enrollmentType": "api",
"estConfig": {
"disableBootstrapCaValidation": false,
"passphrase": "<string>",
"caChain": "<string>"
},
"apiConfig": {
"autoRenew": false,
"renewBeforeDays": 15.5
},
"acmeConfig": {}
}'{
"certificateProfile": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"description": "<string>",
"enrollmentType": "<string>",
"estConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"apiConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"acmeConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}curl --request POST \
--url https://us.infisical.com/api/v1/pki/certificate-profiles \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<string>",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"description": "<string>",
"enrollmentType": "api",
"estConfig": {
"disableBootstrapCaValidation": false,
"passphrase": "<string>",
"caChain": "<string>"
},
"apiConfig": {
"autoRenew": false,
"renewBeforeDays": 15.5
},
"acmeConfig": {}
}'{
"certificateProfile": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"description": "<string>",
"enrollmentType": "<string>",
"estConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"apiConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"acmeConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}11 - 255api, est, acme 1000Show child attributes
Show child attributes
Default Response
Show child attributes
Was this page helpful?