mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:34:38 +01:00
- Added last failure tracking to the Provider struct to manage certificate renewal failures. - Implemented methods to get, update, and clear the last failure timestamp. - Introduced cooldown durations to prevent immediate retries after failures. - Updated ObtainCert and ScheduleRenewal methods to utilize the new failure handling logic.