diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 22:45:12 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 22:45:12 +0200 |
commit | 8fd46f8f562345bb6c26b3eb8307994378732b94 (patch) | |
tree | 1ee132c3cb9945b9e055d8a75a0972bc7261f6c1 | |
parent | dcf25ee7dd6762d25b59e5f87eaa320a8f2be05c (diff) |
Improve docs.
-rw-r--r-- | lacme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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* |