POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
sign-intermediate
curl --request POST \
  --url https://us.infisical.com/api/v1/pki/ca/{caId}/sign-intermediate \
  --header 'Content-Type: application/json' \
  --data '{
  "csr": "<string>",
  "notBefore": "<string>",
  "notAfter": "<string>",
  "maxPathLength": -1
}'
{
  "certificate": "<string>",
  "certificateChain": "<string>",
  "issuingCaCertificate": "<string>",
  "serialNumber": "<string>"
}

Path Parameters

caId
string
required

The ID of the CA to sign the intermediate certificate with.

Body

application/json

Response

200
application/json
Default Response

The response is of type object.