Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://us.infisical.com/api/v1/cert-manager/applications/{applicationId}/profiles/{profileId}/enrollment/est \ --header 'Content-Type: application/json' \ --data ' { "passphrase": "<string>", "disableBootstrapCaValidation": false, "caChain": "<string>" } '
{ "applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "est": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "disableBootstrapCaValidation": true } }
Enable or update the EST enrollment method for a profile on an application.
8
Default Response
Show child attributes
Was this page helpful?