diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-07-08 21:02:36 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-07-08 21:02:36 +0200 |
commit | 8cdd29841d0dbb89e866aad36173bb26182d0c97 (patch) | |
tree | 257e918f4af3bd68555276d7f19a0d3d0deea589 /Changelog | |
parent | 8349b801a5f7e5f11b0a758d7ab28d8b79eb08ea (diff) |
Bind webserver to /var/run/lacme-www.socket by default.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ lacme (0.3) upstream; + new-cert: create certificate files atomically. + webserver: allow listening to multiple addresses (useful when dual IPv4/IPv6 stack is not supported). Listen to a UNIX-domain - socket by default </var/run/lacme.socket>. + socket by default </var/run/lacme-www.socket>. + webserver: don't install temporary iptables by default. Hosts without a public HTTP daemon listening on port 80 need to set the 'listen' option to [::] and/or 0.0.0.0, and possibly set the |