cURL
curl --request POST \ --url https://us.infisical.com/api/v1/pki/ca/{caId}/import-certificate \ --header 'Content-Type: application/json' \ --data '{ "certificate": "<string>", "certificateChain": "<string>" }'
{ "message": "<string>", "caId": "<string>" }
Import certificate and chain to CA
The ID of the CA to import the certificate for.
The certificate body to import.
The certificate chain to import.
Default Response
Was this page helpful?