Path Parameters
The ID of the CA to import the certificate for.
Body
application/json
Response
Default Response
The response is of type object
.
curl --request POST \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/import-certificate \
--header 'Content-Type: application/json' \
--data '{
"certificate": "<string>",
"certificateChain": "<string>"
}'
{
"message": "<string>",
"caId": "<string>"
}
Import certificate and chain to CA
curl --request POST \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/import-certificate \
--header 'Content-Type: application/json' \
--data '{
"certificate": "<string>",
"certificateChain": "<string>"
}'
{
"message": "<string>",
"caId": "<string>"
}
The ID of the CA to import the certificate for.
Default Response
The response is of type object
.
Was this page helpful?