aboutsummaryrefslogtreecommitdiffstats
path: root/lacme.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:30:11 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:34:04 +0200
commit89f8c948d7b39314d7fc997643874adc6be92462 (patch)
tree7c979a4eb191a412888f1ad0030e856db4fec70f /lacme.md
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Use /run for the listening socket of the webserver component.
Diffstat (limited to 'lacme.md')
-rw-r--r--lacme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme.md b/lacme.md
index ca9a6a9..5d86f40 100644
--- a/lacme.md
+++ b/lacme.md
@@ -224,12 +224,12 @@ served during certificate issuance.
addresses are of the form `IPV4:PORT`, `[IPV6]:PORT` (where the
`:PORT` suffix is optional and defaults to the HTTP port 80), or an
absolute path of a UNIX-domain socket (created with mode `0666`).
- Default: `/var/run/lacme-www.socket`.
+ Default: `/run/lacme-www.socket`.
**Note**: The default value is only suitable when an external HTTP
daemon is publicly reachable and passes all ACME challenge requests
to the webserver component through the UNIX-domain socket
- `/var/run/lacme-www.socket` (for instance using the provided
+ `/run/lacme-www.socket` (for instance using the provided
`/etc/lacme/apache2.conf` or `/etc/lacme/nginx.conf` configuration
snippets for each virtual host requiring authorization). If there
is no HTTP daemon bound to port 80 one needs to set *listen* to