Skip to content

ACMEd v0.22.0

Compare
Choose a tag to compare
@breard-r breard-r released this 31 Dec 11:00
· 34 commits to main since this release

Fixed

  • ACMEd no longer crashes when the random_early_renew parameter is set to
    zero (GitHub bug #102).

Changed

  • The minimum supported Rust version (MSRV) is now 1.70.
  • Manual (and badly designed) threads have been replaced by async.
  • Randomized early delay, for spacing out renewals when dealing with a lot of
    certificates.
  • Replaced the template engine TinyTemplate with MiniJinja.
  • The default period of time between the certificate renewal and its expiration
    date (renew_delay) has been changed from 3 weeks to 30 days.