diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 19:36:06 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 19:38:34 +0100 |
commit | e8980fb172221cbffd7fa672d65da0a806524e72 (patch) | |
tree | f8e909167c214155b23d419ab28e88f88d90bb9f /config | |
parent | f4b7c7b6130722535cb87c123d11ba554e7806c7 (diff) |
documentation: clarify that "file:/path/to/account.key" can point to a symmetrically-encrypted private key.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme-accountd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lacme-accountd.conf b/config/lacme-accountd.conf index 94d2556..7248eb5 100644 --- a/config/lacme-accountd.conf +++ b/config/lacme-accountd.conf @@ -1,8 +1,8 @@ # The value of "privkey" specifies the (private) account key to use # for signing requests. Currently supported values are: # -# - file:FILE, to specify an encrypted private key (in PEM format) -# - gpg:FILE, to specify a gpg-encrypted private key (in PEM format) +# - file:FILE, for a private key in PEM format (optionally encrypted) +# - gpg:FILE, for a gpg-encrypted private key # #privkey = gpg:/path/to/encrypted/account.key.gpg #privkey = file:/path/to/account.key |