curl --request GET \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/csr
{
"csr": "<string>"
}
Get CA CSR
curl --request GET \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/csr
{
"csr": "<string>"
}
The ID of the CA to generate CSR from.
Default Response
The response is of type object
.
Was this page helpful?