diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-29 10:01:21 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-29 10:01:21 +0200 |
commit | 3dde7848732e6fe3f0323866b7fe06cc12748bf5 (patch) | |
tree | ef553df0b3e80a4d0c02f4d491abee2980fdcaf0 /lacme.md | |
parent | 7da82bf4ce1d40b730c4ace0817ccbcb862221ee (diff) |
wibble
Diffstat (limited to 'lacme.md')
-rw-r--r-- | lacme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ served during certificate issuance. daemon is publicly reachable and passes all ACME challenge requests to the webserver component through the UNIX-domain socket `/var/run/lacme.socket`; if that's not the case, one needs to set - *listen* to `[::]` (or `0.0.0.0 [::]` when dual stack IPv4/IPv6 is + *listen* to `[::]` (or `0.0.0.0 [::]` when dual IPv4/IPv6 stack is disabled or unavailable), and possibly also set *iptables* to `Yes`. *challenge-directory* |