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>"
}

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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