Certificate Authorities
Renew
Perform CA certificate renewal
POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
renew
Path Parameters
caId
string
requiredThe ID of the CA to renew the CA certificate for.
Body
application/json
type
enum<string>
requiredThe type of behavior to use for the renewal operation. Currently Infisical is only able to renew a CA certificate with the same key pair.
Available options:
existing
notAfter
string
requiredThe expiry date and time for the renewed CA certificate in YYYY-MM-DDTHH:mm:ss.sssZ format.
Response
200 - application/json
certificate
string
requiredThe renewed CA certificate body.
certificateChain
string
requiredThe certificate chain of the CA.
serialNumber
string
requiredThe serial number of the renewed CA certificate.
Was this page helpful?