From 594c32ac58167396980a404261047e94155a83d3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 21 Feb 2021 13:01:14 +0100 Subject: wording --- lacme-accountd | 2 +- lacme-accountd.1.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lacme-accountd b/lacme-accountd index 27e45cd..6a6e90d 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -231,7 +231,7 @@ sub conn($$$) { last; } unless (defined $payload and $payload =~ /\A[A-Za-z0-9\-_]*\z/) { - # payload can be empty, for instance for POST-as-GET + # POST-as-GET yields an empty payload info("[$id] >>> Error: Malformed payload data, refusing to sign!"); last; } diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md index 66ef222..d0b2c6b 100644 --- a/lacme-accountd.1.md +++ b/lacme-accountd.1.md @@ -136,8 +136,9 @@ leading `--`) in the configuration file. Valid settings are: ============ The value the `--config=`, `--privkey=` and `--socket=` CLI options (and -*privkey*, *socket* and *logfile* settings in the configuration file) -are subject to %-expansion for the following specifiers. +also the *privkey*, *socket* and *logfile* settings from the +configuration file) are subject to %-expansion for the following +specifiers. ---- ------------------------------------------------------------------ `%C` `@@localstatedir@@/cache` for the root user, and `$XDG_CACHE_HOME` -- cgit v1.2.3