Package: dehydrated / 0.3.1-3+deb9u2~bpo8+1

Update-the-default-License-Subscriber-Agreement-URL.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From: Mattia Rizzolo <mattia@debian.org>
Date: Sat, 18 Nov 2017 13:54:41 +0100
Subject: Update the default License Subscriber Agreement URL

Closes: #881974
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
---
 dehydrated            | 2 +-
 docs/examples/config  | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dehydrated b/dehydrated
index 7b88ae9..882c6bd 100755
--- a/dehydrated
+++ b/dehydrated
@@ -105,7 +105,7 @@ load_config() {
 
   # Default values
   CA="https://acme-v01.api.letsencrypt.org/directory"
-  LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
+  LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
   CERTDIR=
   ACCOUNTDIR=
   CHALLENGETYPE="http-01"
diff --git a/docs/examples/config b/docs/examples/config
index 17621d2..d28214b 100644
--- a/docs/examples/config
+++ b/docs/examples/config
@@ -18,8 +18,8 @@
 # Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
 #CA="https://acme-v01.api.letsencrypt.org/directory"
 
-# Path to license agreement (default: https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf)
-#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
+# Path to license agreement (default: https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf)
+#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
 
 # Which challenge should be used? Currently http-01 and dns-01 are supported
 #CHALLENGETYPE="http-01"