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