diff options
-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* |