diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-25 01:41:59 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-25 10:30:22 +0100 |
commit | 9a8f705eddd18ccc9a24fe0e7efe6b5a87b2be09 (patch) | |
tree | b2adb720a6201660d9000c1990e82479b4649a50 /Changelog | |
parent | f09c95ea97c9bdee92f7c7622689aed540373a73 (diff) |
lacme: pass a temporary JSON file with the client configuration to the internal client.
So it doesn't have to parse the INI file again. Also, while lacme.conf
is world-readable by default, one might restrict permissions and add
private information in there, not realizing that everything, including
comments, will be readable by the client.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ lacme (0.8.1) upstream; 'chmod'. + lacme: split certificates using Net::SSLeay::PEM_* instead of calling openssl. + + lacme: pass a temporary JSON file with the client configuration to + the internal client, so it doesn't have to parse the INI file again. - lacme: in the [accountd] config, let lacme-accountd(1) do the %-expansion for 'config', not lacme(8) when building the command. - lacme-accountd: don't log debug messages unless --debug is set. |