aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-17 20:54:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-18 00:42:32 +0100
commitd6f008f8a3a9724e5acbcb8b9df29304279f4106 (patch)
tree989f309dd1c9759590cdf3e95c3524b02cc1e5ac /Changelog
parent4886d0dd6c77d029209cc09a9e15a89ffb23b9fc (diff)
Split Nginx and Apapche2 static configuration snippets into seperate files.
That way users prefering that over reverse-proxying can just source/enable the relevant files without having to uncomment anything.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 019c076..35503e9 100644
--- a/Changelog
+++ b/Changelog
@@ -24,6 +24,10 @@ lacme (0.7.1) upstream;
configuration file.
+ 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
+ files. That way users prefering that over reverse-proxying can just
+ source/enable the relevant files without having to uncomment
+ anything.
+ Add support for TLS Feature extension from RFC 7633; this is mostly
useful for OCSP Must-Staple.
+ client: use "lacme-client/$VERSION" as User-Agent header.