diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-15 00:01:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-15 01:31:29 +0100 |
commit | db34a391d745bd3f94fbc3bba1cc8743a8831202 (patch) | |
tree | a320f9cfd4f540cd5c558777bad1ea2b8e1e933b | |
parent | 91881351597ce28d8b6448a712396d4432d4a8ba (diff) |
typofix
-rw-r--r-- | lacme.8.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -241,8 +241,9 @@ served during certificate issuance. : Directory under which an external HTTP daemon is configured to serve `GET` requests for challenge files under `/.well-known/acme-challenge/` (for each virtual host requiring authorization) as static files. - `lacme` _must_ exist beforehand, _must_ be empty, and be writable by the - lacme client user (by default @@lacme_client_user@@). + The directory _must_ exist beforehand, _must_ be empty, and the + lacme client user (by default `@@lacme_client_user@@`) needs to be + able to create files under it. This option is required when *listen* is empty. |