aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-21 13:01:14 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-21 13:03:55 +0100
commit594c32ac58167396980a404261047e94155a83d3 (patch)
treec9374b938ca7f73f3297b8ccfbb640463e5b67da
parent9bc3b5756ef3f36aaa0a1b28db71767c87e9446e (diff)
wording
-rwxr-xr-xlacme-accountd2
-rw-r--r--lacme-accountd.1.md5
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`