cURL
curl --request PATCH \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/auto-renewal \ --header 'Content-Type: application/json' \ --data ' { "autoRenewalEnabled": true, "autoRenewalDaysBeforeExpiry": 183 } '
{ "autoRenewalEnabled": true, "autoRenewalDaysBeforeExpiry": 123, "lastRenewalStatus": "<string>", "lastRenewalMessage": "<string>", "lastRenewalAt": "2023-11-07T05:31:56Z" }
Update auto-renewal configuration for a CA
The ID of the CA to update the auto-renewal configuration for.
1 <= x <= 365
Default Response
Was this page helpful?