From dd1da2ac44a7eab89e9a17135367aa0915efad0b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Nov 2016 22:07:09 +0100 Subject: typo --- config/lacme-accountd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/lacme-accountd.conf') diff --git a/config/lacme-accountd.conf b/config/lacme-accountd.conf index 0a8b81a..443b4f1 100644 --- a/config/lacme-accountd.conf +++ b/config/lacme-accountd.conf @@ -11,11 +11,11 @@ # gpg(1) to use, as well as some default options. Default: "gpg # --quiet". # -#gpg = gpg2 --quiet --no-auto-check-trustdb +#gpg = gpg --quiet --no-auto-check-trustdb # The value of "socket" specifies the UNIX-domain socket to bind against # for signature requests from the ACME client. An error is raised if -# the path exists exists or if its parent directory is writable by other +# the path exists or if its parent directory is writable by other # users. # Default: "$XDG_RUNTIME_DIR/S.lacme" if the XDG_RUNTIME_DIR # environment variable is set. -- cgit v1.2.3 From aa514ea28e997765a40f5efdebbf24e9a6e83cef Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 1 Dec 2016 00:23:01 +0100 Subject: s/priv.key/account.key/ --- config/lacme-accountd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/lacme-accountd.conf') 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 -- cgit v1.2.3