aboutsummaryrefslogtreecommitdiffstats
path: root/config/lacme.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-05-09 14:12:01 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-05-09 14:12:01 +0200
commit39c8e6b055981a16b7e641c5201b1d280f2c6ad0 (patch)
tree7fae6c944bf82e23ece236a482c73dcd57f02379 /config/lacme.conf
parent5415ea0336b1c1678f8da348b26535b8ba2a7ca9 (diff)
parentd3df555699c7189503de7f49c6c48d6d04b84083 (diff)
Updated version 0.5 from 'upstream/0.5'
Diffstat (limited to 'config/lacme.conf')
-rw-r--r--config/lacme.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/lacme.conf b/config/lacme.conf
index 3cc1b34..39c8654 100644
--- a/config/lacme.conf
+++ b/config/lacme.conf
@@ -1,4 +1,4 @@
-# For certificate issuance (new-cert command), specify a space-separated
+# For certificate issuance (newOrder command), specify a space-separated
# certificate configuration files or directories to use
#
#config-certs = lacme-certs.conf lacme-certs.conf.d/
@@ -33,11 +33,11 @@
#
#command = /usr/lib/lacme/client
-# Root URI of the ACME server. NOTE: Use the staging server
-# <https://acme-staging.api.letsencrypt.org/> for testing as it has
-# relaxed rate-limiting.
+# URI of the ACME server's directory. NOTE: Use the staging server
+# <https://acme-staging-v02.api.letsencrypt.org/directory> for testing
+# as it has relaxed rate-limiting.
#
-#server = https://acme-v01.api.letsencrypt.org/
+#server = https://acme-v02.api.letsencrypt.org/directory
# Timeout in seconds after which the client stops polling the ACME
# server and considers the request failed.