aboutsummaryrefslogtreecommitdiffstats
path: root/config/lacme.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/lacme.conf')
-rw-r--r--config/lacme.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/lacme.conf b/config/lacme.conf
index 7c3833d..acafe81 100644
--- a/config/lacme.conf
+++ b/config/lacme.conf
@@ -8,11 +8,11 @@
# The value of "socket" specifies the path to the lacme-accountd(1)
# UNIX-domain socket to connect to for signature requests from the ACME
-# client. lacme(1) aborts if the socket is readable or writable by
+# client. lacme(8) aborts if the socket is readable or writable by
# other users, or if its parent directory is writable by other users.
# Default: "$XDG_RUNTIME_DIR/S.lacme" if the XDG_RUNTIME_DIR environment
# variable is set.
-# This option is ignored when lacme-accountd(1) is spawned by lacme(1),
+# This option is ignored when lacme-accountd(1) is spawned by lacme(8),
# since the two processes communicate through a socket pair. See the
# "accountd" section below for details.
#
@@ -88,14 +88,14 @@
# Whether to automatically install iptables(8) rules to open the
# ADDRESS[:PORT] specified with listen. Theses rules are automatically
-# removed once lacme(1) exits.
+# removed once lacme(8) exits.
#
#iptables = No
[accountd]
# lacme-accound(1) section. Comment out this section (including its
-# header) to make lacme(1) connect to an existing UNIX-domain socket
+# header) to make lacme(8) connect to an existing UNIX-domain socket
# bound by a running acme-accountd(1) process.
# username to drop privileges to (setting both effective and real uid).