cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/auto-renewal
{ "autoRenewalEnabled": true, "autoRenewalDaysBeforeExpiry": 123, "lastRenewalStatus": "<string>", "lastRenewalMessage": "<string>", "lastRenewalAt": "2023-11-07T05:31:56Z" }
Get auto-renewal configuration for a CA
The ID of the CA to get the auto-renewal configuration for.
Default Response
Was this page helpful?