foomo / simplecert

golang autocert library for letsencrypt
MIT License
212 stars 34 forks source link

simplecert.Init should maybe init with previous certificate when renew fails on init #24

Closed azukaar closed 1 year ago

azukaar commented 1 year ago

This is an extension to #14 that was fixed earlier: Here's a scenario:

How I could see this could works, is for example having a setting "fallbackToPreviousCert" that would do exactly what it suggest when failing to review on init? What do you think?

dreadl0ck commented 1 year ago

Thanks for reporting, will look into this soon.

dreadl0ck commented 1 year ago

Fixed in https://github.com/foomo/simplecert/releases/tag/v1.8.6

Let me know if there are any issues.

azukaar commented 1 year ago

Amazing will test, thanks!