]> git.street.me.uk Git - andy/dehydrated.git/blame - CHANGELOG
Revert "Removed option to reuse old private keys." (useful for HKPK, see #195)
[andy/dehydrated.git] / CHANGELOG
CommitLineData
34c23852
LS
1# Change Log
2This file contains a log of major changes in letsencrypt.sh
3
8968604c
LS
4## [x.x.x] - xxxx-xx-xx
5### Changed
6- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
7- deploy_cert hook now also has the certificates timestamp as standalone parameter
8- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
9
10### Added
11- Added documentation to repository
12
13### Fixed
14- Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
15- mktemp no longer uses the deprecated `-t` parameter.
16
34c23852
LS
17## [0.1.0] - 2016-03-25
18### Changed
19- This is the first numbered version of letsencrypt.sh