aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-18 01:14:23 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-20 20:16:34 +0100
commitad1856777bf108826008b60a1e70c1e3fbb94ec7 (patch)
tree1a13987984bd11a4fb01d655a3b8fa2a74dfae23 /Changelog
parent1c4fc8c431e69780625600a4ee8526e1a3cbb3f4 (diff)
Deprecate setting 'privkey' in [accountd] section of the lacme(8) configuration file.
One need to use the lacme-accountd(1) configuration file for that instead.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a700625..abdb3ef 100644
--- a/Changelog
+++ b/Changelog
@@ -32,6 +32,9 @@ lacme (0.7.1) upstream;
default value. The previous default /etc/lacme/lacme-accountd.conf
is still honored when there is the user running lacme doesn't have a
~/.config/lacme/lacme-account.conf configuration file.
+ * Deprecate setting 'privkey' in [accountd] section of the lacme(8)
+ configuration file. One need to use the lacme-accountd(1)
+ configuration file for that instead.
+ Improve nginx/apache2 snippets for direct serving of challenge files
(with the new 'challenge-directory' logic symlinks can be disabled).
+ Split Nginx and Apapche2 static configuration snippets into seperate