diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 22:05:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 00:19:51 +0100 |
commit | 74c0a11722cf1e01b9a9834e89a07b55eaf01080 (patch) | |
tree | 8f12146e2a5b402fc6b846259c1be02ed2f10edc /Changelog | |
parent | cf3d42c066d2f54d4a57aa38907a7c6c7d06aeb6 (diff) |
lacme-accountd: new setting 'logfile' to log signature requests.
Prefixed with a timestamp.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ lacme (0.7.1) upstream; and --privkey= (and 'socket'/'privkey' configuration options). * lacme-accountd(1): base64url-decode incoming signature requests shown in messages to the standard error. + * lacme-accountd(1): new setting 'logfile' to log (decoded) incoming + signature requests to a 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 |