diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 01:14:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:34 +0100 |
commit | ad1856777bf108826008b60a1e70c1e3fbb94ec7 (patch) | |
tree | 1a13987984bd11a4fb01d655a3b8fa2a74dfae23 /config/lacme-accountd.conf | |
parent | 1c4fc8c431e69780625600a4ee8526e1a3cbb3f4 (diff) |
Deprecate setting 'privkey' in [accountd] section of the lacme(8) configuration file.
One need to use the lacme-accountd(1) configuration file for that
instead.
Diffstat (limited to 'config/lacme-accountd.conf')
-rw-r--r-- | config/lacme-accountd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme-accountd.conf b/config/lacme-accountd.conf index 7248eb5..10f332e 100644 --- a/config/lacme-accountd.conf +++ b/config/lacme-accountd.conf @@ -4,8 +4,8 @@ # - 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 +#privkey = gpg:/path/to/encrypted/account.key.gpg # For a gpg-encrypted private account key, "gpg" specifies the binary # gpg(1) to use, as well as some default options. Default: "gpg |