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.
Default Response
The response is of type object.
object
Was this page helpful?