cURL
curl --request PATCH \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{id} \ --header 'Content-Type: application/json' \ --data ' { "status": "active" } '
{ "projectId": "<string>", "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "active", "type": "internal", "configuration": { "type": "root", "commonName": "<string>", "organization": "<string>", "ou": "<string>", "country": "<string>", "province": "<string>", "locality": "<string>", "keyAlgorithm": "RSA_2048", "friendlyName": "<string>", "notBefore": "<string>", "notAfter": "<string>", "maxPathLength": 0, "dn": "<string>", "parentCaId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "serialNumber": "<string>", "activeCaCertId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "enableDirectIssuance": true }
The updated status of the Internal Certificate Authority.
active
disabled
pending-certificate
Default Response
internal
Show child attributes
Was this page helpful?