]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
modified lighttpd example 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 - Location of certs directory is now configurable via CERTDIR config variable
9 - signcsr command now also outputs chain certificate
10 - Location of account-key(s) changed
11
12 ## Added
13 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
14 - Initial support for configuration on per-certificate base
15 - Support for per-CA account keys and custom config for output cert directory, license, etc.
16
17 ## Fixed
18 - letsencrypt.sh no longer stores account keys from invalid registrations
19
20 ## [0.2.0] - 2016-05-22
21 ### Changed
22 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
23 - deploy_cert hook now also has the certificates timestamp as standalone parameter
24 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
25 - Private keys are now regenerated by default
26
27 ### Added
28 - Added documentation to repository
29
30 ### Fixed
31 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
32 - mktemp no longer uses the deprecated `-t` parameter.
33 - Compatibility with "pretty" json
34
35 ## [0.1.0] - 2016-03-25
36 ### Changed
37 - This is the first numbered version of letsencrypt.sh