diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:25:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:25:19 +0200 |
commit | 2ad62692c51ef412810de3ed78d9aa18cd86b532 (patch) | |
tree | 08715b6c7262ac846d5a1faa4424030727a9b922 /config/lacme.conf | |
parent | 61727c93687f1a3b730112c52d136c92c970ef3b (diff) | |
parent | 224dbfd7ca350652719eceadaa643cc1b1bef8d9 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'config/lacme.conf')
-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. # |