Skip to main content
GET
/
api
/
v1
/
cert-manager
/
ca
/
internal
/
{caId}
/
csr
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/csr
{
  "csr": "<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 generate CSR from.

Response

Default Response

csr
string
required

The generated CSR from the CA.