aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-12-03 16:22:03 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-12-03 16:22:03 +0100
commit43670c2dc73148babfd8790070fc24982a71fd82 (patch)
treef690aa06affa39df2904f5946910708c43cdf7f3
parentac0362fb5a5e83b0ed6c1e31c2c1f3d1dfbc1ced (diff)
Precise that --socket=PATH is ignored when the config file as an "accountd" section.
-rw-r--r--lacme.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/lacme.md b/lacme.md
index 41d6428..24973db 100644
--- a/lacme.md
+++ b/lacme.md
@@ -115,9 +115,13 @@ Generic options
: Use *path* as the [`lacme-accountd`(1)] UNIX-domain socket to
connect to for signature requests from the [ACME] client. `lacme`
aborts if `path` is readable or writable by other users, or if its
- parent directory is writable by other users. This overrides the
- *socket* option of the [`[client]` section](#client-section) of the
- configuration file.
+ parent directory is writable by other users.
+ This command-line option overrides the *socket* option of the
+ [`[client]` section](#client-section) of the configuration file.
+ Moreover this option is ignored when the configuration file has an
+ [`[accountd]` section](#accountd-section); in that case `lacme`
+ spawns [`lacme-accountd`(1)], and the two processes communicate
+ through a socket pair.
`-h`, `--help`