From d4a3e1d2247b2d1f43ea0e04feb40be9c11ae9cc Mon Sep 17 00:00:00 2001 From: Tomas Celaya Date: Wed, 17 Jan 2018 16:06:18 -0800 Subject: [PATCH] Resolve #55 by specifying the latest agreement URL in the configs for dehydrated --- etc/acme/dehydrated/config.production | 1 + etc/acme/dehydrated/config.staging | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/acme/dehydrated/config.production b/etc/acme/dehydrated/config.production index 9e7a77c..4b6b16b 100644 --- a/etc/acme/dehydrated/config.production +++ b/etc/acme/dehydrated/config.production @@ -1,2 +1,3 @@ CA="https://acme-v01.api.letsencrypt.org/directory" WELLKNOWN="/var/www/acme/challenge" +LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf" diff --git a/etc/acme/dehydrated/config.staging b/etc/acme/dehydrated/config.staging index a6d20b5..52b4a6a 100644 --- a/etc/acme/dehydrated/config.staging +++ b/etc/acme/dehydrated/config.staging @@ -1,2 +1,3 @@ CA="https://acme-staging.api.letsencrypt.org/directory" WELLKNOWN="/var/www/acme/challenge" +LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"