curl --request POST \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/renew \
--header 'Content-Type: application/json' \
--data '{
"type": "existing",
"notAfter": "<string>"
}'
{
"certificate": "<string>",
"certificateChain": "<string>",
"serialNumber": "<string>"
}
Perform CA certificate renewal
curl --request POST \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/renew \
--header 'Content-Type: application/json' \
--data '{
"type": "existing",
"notAfter": "<string>"
}'
{
"certificate": "<string>",
"certificateChain": "<string>",
"serialNumber": "<string>"
}
The ID of the CA to renew the CA certificate for.
Default Response
The response is of type object
.
Was this page helpful?