diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:52 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:52 +0100 |
commit | 47ff80f540e71229832c972dcc2653958a0d7b56 (patch) | |
tree | 331a34f4848f216382067ede028e84a484c2d8eb /Changelog | |
parent | 94a72b73a2b7e4309a7bc6434e85dfba8b1c8a7d (diff) | |
parent | 0eb9f40182299b2615f5ac0190d40429f5f64ed7 (diff) |
Merge tag 'upstream/0.2' into debian
Upstream version 0.2
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +lacme (0.2) upstream; + + + Honor Retry-After headers for certificate issuance and challenge + responses. + + Update example of Subscriber Agreement URL to v1.1.1. + + lacme: automaticall spawn lacme-acountd when a "[accountd]" section + is present in the configuration file. The "socket" option is then + ignored, and the two processes communicate through a socket pair. + + lacme: add an option --quiet to avoid mentioning valid certs (useful + in cronjobs) + + "config-certs" now points to a space separated list of files or + directories. New default "lacme-certs.conf lacme-certs.conf.d/". + - Minor manpage fixes + - More useful message upon Validation Challenge failure. + + -- Guilhem Moulin <guilhem@guilhem.org> Sat, 03 Dec 2016 16:40:56 +0100 + lacme (0.1) upstream; * Initial public release. Development was started in December 2015. |