diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-25 00:30:37 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-25 00:37:17 +0100 |
commit | f09c95ea97c9bdee92f7c7622689aed540373a73 (patch) | |
tree | 8f72e639c798857282e0983eae2da6ea99ede9f3 /Changelog | |
parent | 491998131f18d136ca37f15898d07062ad7a1fae (diff) |
lacme: split certificates using Net::SSLeay::PEM_* instead of calling openssl.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ lacme (0.8.1) upstream; challenge files. + lacme: add 'owner' resp. 'mode' as (prefered) alias for 'chown' resp. 'chmod'. + + lacme: split certificates using Net::SSLeay::PEM_* instead of calling + openssl. - 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. |