]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
added signcsr change to CHANGELOG
[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
11 ## Added
12 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
13
14 ## [0.2.0] - 2016-05-22
15 ### Changed
16 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
17 - deploy_cert hook now also has the certificates timestamp as standalone parameter
18 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
19 - Private keys are now regenerated by default
20
21 ### Added
22 - Added documentation to repository
23
24 ### Fixed
25 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
26 - mktemp no longer uses the deprecated `-t` parameter.
27 - Compatibility with "pretty" json
28
29 ## [0.1.0] - 2016-03-25
30 ### Changed
31 - This is the first numbered version of letsencrypt.sh