Skip to main content
POST
/
api
/
v1
/
cert-manager
/
ca
/
internal
/
{caId}
/
install-certificate-venafi
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>"
}

Path Parameters

caId
string
required

The ID of the CA to install the certificate for via Venafi.

Body

application/json
maxPathLength
number
default:-1
Required range: x >= -1

Response

Default Response

message
string
required
caId
string
required