diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:38:37 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:38:37 +0200 |
commit | 7efa349bfc62d2dc8c30e459adfcccb45af6bf70 (patch) | |
tree | 3c0bf23082c6e73cb0c2e30a72c71864cf557d61 | |
parent | c0849fb8b99216e9b2e20132296253f1ee905193 (diff) |
typo
-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. # |