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