From: Lukas Schauer Date: Sun, 24 Apr 2016 17:54:33 +0000 (+0200) Subject: updated changelog X-Git-Tag: v0.2.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8968604caf0b6c76df44929601a2d87a28705c6e;p=thirdparty%2Fdehydrated.git updated changelog --- diff --git a/CHANGELOG b/CHANGELOG index 9560366..694bbeb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,19 @@ # Change Log This file contains a log of major changes in letsencrypt.sh +## [x.x.x] - xxxx-xx-xx +### 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) + +### 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. + ## [0.1.0] - 2016-03-25 ### Changed - This is the first numbered version of letsencrypt.sh