]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
2eda0d89edee2351232e869deb8157b22c27fba5
[andy/dehydrated.git] / CHANGELOG
1 # Change Log
2 This file contains a log of major changes in dehydrated.sh
3
4 ## [x.x.x] - xxxx-xx-xx
5 ## Changed
6 - ...
7
8 ## [0.3.1] - 2016-09-13
9 ## Changed
10 - Renamed project to `dehydrated` and main script to `dehydrated.sh`.
11
12 ## [0.3.0] - 2016-09-07
13 ## Changed
14 - Config is now named `config` instead of `config.sh`!
15 - Location of domains.txt is now configurable via DOMAINS_TXT config variable
16 - Location of certs directory is now configurable via CERTDIR config variable
17 - signcsr command now also outputs chain certificate if --full-chain/-fc is set
18 - Location of account-key(s) changed
19 - Default WELLKNOWN location is now `/var/www/letsencrypt`
20 - New version of Let's Encrypt Subscriber Agreement
21
22 ## Added
23 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
24 - Initial support for configuration on per-certificate base
25 - Support for per-CA account keys and custom config for output cert directory, license, etc.
26 - Added option to select IP version of name to address resolution
27 - Added option to run letsencrypt.sh without locks
28
29 ## Fixed
30 - letsencrypt.sh no longer stores account keys from invalid registrations
31
32 ## [0.2.0] - 2016-05-22
33 ### Changed
34 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
35 - deploy_cert hook now also has the certificates timestamp as standalone parameter
36 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
37 - Private keys are now regenerated by default
38
39 ### Added
40 - Added documentation to repository
41
42 ### Fixed
43 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
44 - mktemp no longer uses the deprecated `-t` parameter.
45 - Compatibility with "pretty" json
46
47 ## [0.1.0] - 2016-03-25
48 ### Changed
49 - This is the first numbered version of letsencrypt.sh