diff options
-rw-r--r-- | config/lacme.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index edcbbb0..c5c643d 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -6,8 +6,8 @@ [client] # The value of "socket" specifies the lacme-accountd(1) UNIX-domain # socket to connect to for signature requests from the ACME client. -# lacme aborts if the socket is readable or writable by other users, or -# if its parent directory is writable by other users. +# lacme(1) 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. # @@ -77,7 +77,7 @@ # Path to the ACME webserver executable. #command = /usr/lib/lacme/webserver -# Whether to automatically install iptables(1) rules to open the +# Whether to automatically install iptables(8) rules to open the # ADDRESS[:PORT] specified with listen. Theses rules are automatically # removed once lacme(1) exits. # |