cURL
curl --request POST \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/install-certificate-venafi \ --header 'Content-Type: application/json' \ --data ' { "maxPathLength": -1 } '
{ "message": "<string>", "caId": "<string>" }
Install a CA certificate via Venafi TLS Protect Cloud
The ID of the CA to install the certificate for via Venafi.
x >= -1
Default Response
Was this page helpful?