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 GET \ --url https://us.infisical.com/api/v1/cert-manager/applications/{applicationId}/profiles/{profileId}/enrollment
{ "applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "autoRenew": true, "renewBeforeDays": 123 }, "est": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "disableBootstrapCaValidation": true, "estEndpointUrl": "<string>" }, "acme": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "skipDnsOwnershipVerification": true, "skipEabBinding": true, "directoryUrl": "<string>" }, "scep": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "includeCaCertInResponse": true, "allowCertBasedRenewal": true, "dynamicChallengeExpiryMinutes": 123, "dynamicChallengeMaxPending": 123, "scepEndpointUrl": "<string>", "challengeEndpointUrl": "<string>", "raCertificatePem": "<string>", "raCertExpiresAt": "2023-11-07T05:31:56Z" }, "estConfigured": true, "acmeConfigured": true, "scepConfigured": true }
Get the enrollment state for a profile on an application.
Default Response
Show child attributes
Was this page helpful?