From d1bc3ad109a3000bda8a7876673ff9a0281e8c7b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Apr 2018 20:29:44 +0200 Subject: Use ACME v2 endpoints https://tools.ietf.org/html/draft-ietf-acme-acme-12 --- config/lacme.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/lacme.conf') 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 -# for testing as it has -# relaxed rate-limiting. +# URI of the ACME server's directory. NOTE: Use the staging server +# 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. -- cgit v1.2.3