aboutsummaryrefslogtreecommitdiffstats
path: root/config/lacme-accountd.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-11-30 22:07:09 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-11-30 22:33:58 +0100
commitdd1da2ac44a7eab89e9a17135367aa0915efad0b (patch)
tree32baa6b9cbf4d9da7f41ae275c179927b0b6a261 /config/lacme-accountd.conf
parentec03eae5c2a39f4a878ad910eda3c414c6d2d51f (diff)
typo
Diffstat (limited to 'config/lacme-accountd.conf')
-rw-r--r--config/lacme-accountd.conf4
1 files changed, 2 insertions, 2 deletions
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.