Skip to content

v2.0.0

Compare
Choose a tag to compare
@buchdag buchdag released this 30 Nov 14:54
fb4d58e

This release is a new major version and isn't fully backward compatible with v1.x.x releases.

TL;DR : the single most important change is the need for a new Docker volume mounted to /etc/acme.sh.

Please read #510 and the updated docs for more details.

Bug fixed:

  • #638 proxied container's LETSENCRYPT_EMAIL didn't override DEFAULT_EMAIL (#719)

Changes since v1.13:

  • The ACME client has been switched to acme.sh (#719)
  • Revert #485 as that feature wasn't supported in this form by acme.sh (96c9cbf)
  • Allows to choose between chains when multiple ones are available (#695 1966e52)
  • Allows the creation of ECDSA private keys in addition to RSA (#719)
  • Support for the Zero SSL ACME CA and EAB (83aa3c9 e9aa88f 26f6115)
  • Upgraded base image to alpine 3.12 (3f2c852)

Other changes:

  • The tests have been modified to rely as little as possible on pre generated expected outputs (92cf9ff)
  • Numerous adjustments and improvements to the tests
  • Documentation updates and corrections for the switch to acme.sh