diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-04-26 20:29:44 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-04-27 01:43:03 +0200 |
commit | d1bc3ad109a3000bda8a7876673ff9a0281e8c7b (patch) | |
tree | b5202fae0c6b580b7760e7b6ea66647c2da4da8d /config/lacme.conf | |
parent | 5ea132288e4f83fa24ebf3f61b503e440aaccad5 (diff) |
Use ACME v2 endpoints
https://tools.ietf.org/html/draft-ietf-acme-acme-12
Diffstat (limited to 'config/lacme.conf')
-rw-r--r-- | config/lacme.conf | 10 |
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. |