]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
renamed "config.sh" to "config"
[andy/dehydrated.git] / CHANGELOG
1 # Change Log
2 This file contains a log of major changes in letsencrypt.sh
3
4 ## [x.x.x] - xxxx-xx-xx
5 ## Changed
6 - Config is now named `config` instead of `config.sh`!
7 - Location of domains.txt is now configurable via DOMAINS_TXT config variable
8
9 ## [0.2.0] - 2016-05-22
10 ### Changed
11 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
12 - deploy_cert hook now also has the certificates timestamp as standalone parameter
13 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
14 - Private keys are now regenerated by default
15
16 ### Added
17 - Added documentation to repository
18
19 ### Fixed
20 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
21 - mktemp no longer uses the deprecated `-t` parameter.
22 - Compatibility with "pretty" json
23
24 ## [0.1.0] - 2016-03-25
25 ### Changed
26 - This is the first numbered version of letsencrypt.sh