diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 00:23:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 00:23:01 +0100 |
commit | aa514ea28e997765a40f5efdebbf24e9a6e83cef (patch) | |
tree | 070b39e780f28857281ec0156749f68ab45760fd | |
parent | e33088685aa300b903cb4216585a108d1f638ce4 (diff) |
s/priv.key/account.key/
-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 443b4f1..94d2556 100644 --- a/config/lacme-accountd.conf +++ b/config/lacme-accountd.conf @@ -4,8 +4,8 @@ # - file:FILE, to specify an encrypted private key (in PEM format) # - gpg:FILE, to specify a gpg-encrypted private key (in PEM format) # -#privkey = gpg:/path/to/encrypted/priv.key.gpg -#privkey = file:/path/to/priv.key +#privkey = gpg:/path/to/encrypted/account.key.gpg +#privkey = file:/path/to/account.key # For a gpg-encrypted private account key, "gpg" specifies the binary # gpg(1) to use, as well as some default options. Default: "gpg |