diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 01:14:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:34 +0100 |
commit | ad1856777bf108826008b60a1e70c1e3fbb94ec7 (patch) | |
tree | 1a13987984bd11a4fb01d655a3b8fa2a74dfae23 /Changelog | |
parent | 1c4fc8c431e69780625600a4ee8526e1a3cbb3f4 (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-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |