Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@lukas2511 lukas2511 released this 22 May 20:04
· 344 commits to master since this release

This version fixes a json-parsing bug which made letsencrypt.sh incompatible with up-to-date ACME servers.

Also this release adds initial documentation (which will be improved over time).

For other changes the the CHANGELOG excerpt below:

[0.2.0] - 2016-05-22

Changed

  • PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
  • deploy_cert hook now also has the certificates timestamp as standalone parameter
  • Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
  • Private keys are now regenerated by default

Added

  • Added documentation to repository

Fixed

  • Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
  • mktemp no longer uses the deprecated -t parameter.
  • Compatibility with "pretty" json