aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/lacme.conf2
-rw-r--r--lacme.md6
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).
diff --git a/lacme.md b/lacme.md
index 93f348c..550aa49 100644
--- a/lacme.md
+++ b/lacme.md
@@ -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*