POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
import-certificate
curl --request POST \
  --url https://app.infisical.com/api/v1/pki/ca/{caId}/import-certificate \
  --header 'Content-Type: application/json' \
  --data '{
  "certificate": "<string>",
  "certificateChain": "<string>"
}'
{
  "message": "<string>",
  "caId": "<string>"
}

Path Parameters

caId
string
required

The ID of the CA to import the certificate for

Body

application/json
certificate
string
required

The certificate body to import

certificateChain
string
required

The certificate chain to import

Response

200 - application/json
Default Response
message
string
required
caId
string
required