diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 00:19:11 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 00:19:11 +0100 | 
| commit | 458acba80be362c9f59e976a62b9749a7809c4aa (patch) | |
| tree | 9a57609b82ff89ca2a4f896deeecd500fc056267 | |
| parent | 27788fd4a399642eddbdb1934ccaa13f7fd00124 (diff) | |
wibble
| -rw-r--r-- | config/lacme.conf | 2 | ||||
| -rw-r--r-- | lacme.md | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/config/lacme.conf b/config/lacme.conf index 23313c7..39cfd36 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -89,7 +89,7 @@  # lacme-accound(1) section.  Comment out the following section to make  # lacme(1) connect to an existing UNIX-domain socket bound by a running -# acme-accountd(1). +# acme-accountd(1) process.  [accountd]  # username to drop privileges to (setting both effective and real uid). @@ -27,8 +27,8 @@ with its own executable:      One can use the UNIX-domain socket forwarding facility of OpenSSH      6.7 and later to run [`lacme-accountd`(1)] and `lacme` on different      hosts.  Alternatively, the [`lacme-accountd`(1)] process can be -    spawned by the “master” `lacme` process below; the communication -    between the two then goes through a socket pair. +    spawned by the “master” `lacme` process below; in that case, the +    two processes communicate through a socket pair.   2. A “master” `lacme` process, which runs as root and is the only      component with access to the private key material of the server @@ -257,7 +257,7 @@ This section is used for configuring the [ACME] webserver.  This section is used for configuring the [`lacme-accountd`(1)] process.  If the section (including its header) is absent or commented out,  `lacme` connects to an existing UNIX-domain socket bound by a running -[`lacme-accountd`(1)]. +[`lacme-accountd`(1)] process.  *user* | 
