aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-06-28 22:45:12 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-06-28 22:45:12 +0200
commit8fd46f8f562345bb6c26b3eb8307994378732b94 (patch)
tree1ee132c3cb9945b9e055d8a75a0972bc7261f6c1
parentdcf25ee7dd6762d25b59e5f87eaa320a8f2be05c (diff)
Improve docs.
-rw-r--r--lacme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/lacme.md b/lacme.md
index 4146515..7f2e616 100644
--- a/lacme.md
+++ b/lacme.md
@@ -223,7 +223,8 @@ of [ACME] commands and dialogues with the remote [ACME] server).
`[webserver]` section
---------------------
-This section is used for configuring the [ACME] webserver.
+This section is used to configure how [ACME] challenge responses are
+served.
*listen*
@@ -258,7 +259,8 @@ This section is used for configuring the [ACME] webserver.
*command*
-: Path to the [ACME] webserver executable.
+: Path to the [ACME] webserver executable. A separate process is
+ spawned for each address to *listen* on.
Default: `/usr/lib/lacme/webserver`.
*iptables*