aboutsummaryrefslogtreecommitdiffstats
path: root/config/lacme.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.conf
parentec03eae5c2a39f4a878ad910eda3c414c6d2d51f (diff)
typo
Diffstat (limited to 'config/lacme.conf')
-rw-r--r--config/lacme.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lacme.conf b/config/lacme.conf
index c5c643d..d64276c 100644
--- a/config/lacme.conf
+++ b/config/lacme.conf
@@ -1,7 +1,7 @@
# For certificate issuance (new-cert command), specify the certificate
# configuration file to use
#
-#config-certs = config/lacme-certs.conf
+#config-certs = /etc/lacme/lacme-certs.conf
[client]
# The value of "socket" specifies the lacme-accountd(1) UNIX-domain
@@ -29,7 +29,7 @@
#command = /usr/lib/lacme/client
# Root URI of the ACME server. NOTE: Use the staging server for testing
-# as it has relaxed ratelimit.
+# as it has relaxed rate-limiting.
#
#server = https://acme-v01.api.letsencrypt.org/
#server = https://acme-staging.api.letsencrypt.org/
@@ -72,7 +72,7 @@
# and also setting the list of supplementary gids to that single group).
# Preserve root privileges if the value is empty (not recommended).
#
-#user = www-data
+#group = www-data
# Path to the ACME webserver executable.
#command = /usr/lib/lacme/webserver