aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.1.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-09 19:36:06 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-09 19:38:34 +0100
commite8980fb172221cbffd7fa672d65da0a806524e72 (patch)
treef8e909167c214155b23d419ab28e88f88d90bb9f /lacme-accountd.1.md
parentf4b7c7b6130722535cb87c123d11ba554e7806c7 (diff)
documentation: clarify that "file:/path/to/account.key" can point to a symmetrically-encrypted private key.
Diffstat (limited to 'lacme-accountd.1.md')
-rw-r--r--lacme-accountd.1.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md
index 359a6d1..560cfac 100644
--- a/lacme-accountd.1.md
+++ b/lacme-accountd.1.md
@@ -45,15 +45,14 @@ Options
file](#configuration-file)** section below for the configuration
options.
-`--privkey=`*arg*
+`--privkey=`*value*
: Specify the (private) account key to use for signing requests.
- Currently supported *arg*uments are:
+ Currently supported *value*s are:
- * `file:`*FILE*, to specify an encrypted private key (in PEM
- format); and
- * `gpg:`*FILE*, to specify a [`gpg`(1)]-encrypted private key (in
- PEM format).
+ * `file:`*FILE*, for a private key in PEM format (optionally
+ symmetrically encrypted)
+ * `gpg:`*FILE*, for a [`gpg`(1)]-encrypted private key
The [`genpkey`(1ssl)] command can be used to generate a new private
(account) key: