cURL
curl --request POST \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "active", "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" } } '
{ "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 name of the Internal Certificate Authority to create. Must be slug-friendly.
1 - 64
The ID of the project to create the Certificate Authority in.
The status of the Internal Certificate Authority.
active
disabled
pending-certificate
Show child attributes
Default Response
internal
Was this page helpful?