aboutsummaryrefslogtreecommitdiffstats
path: root/config/lacme-accountd.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-12-01 10:42:23 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-12-01 10:42:23 +0100
commit39031bb2a02789a956bf1ab3cbe092e4f17e1758 (patch)
tree763d243d85aa9e60946b8c38f68248e7340d8f20 /config/lacme-accountd.conf
parent5b8c13bf44f7f1235f2dd0cec1f7f7e2c1a13a9e (diff)
parent8faab5db6571972156f45b5838b23dbb0fadd5c4 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'config/lacme-accountd.conf')
-rw-r--r--config/lacme-accountd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/lacme-accountd.conf b/config/lacme-accountd.conf
index 0a8b81a..94d2556 100644
--- a/config/lacme-accountd.conf
+++ b/config/lacme-accountd.conf
@@ -4,18 +4,18 @@
# - 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
# --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.