From 3a66a7f8d26245bb1e3d8dbba204c25d14710c0d Mon Sep 17 00:00:00 2001 From: leonklingele Date: Sat, 6 Aug 2016 15:32:53 +0200 Subject: [PATCH] Fix default license help text in example config (#254) --- docs/examples/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/config b/docs/examples/config index e98b501..a836a4e 100644 --- a/docs/examples/config +++ b/docs/examples/config @@ -18,7 +18,7 @@ # 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.0.1-July-27-2015.pdf) +# 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" # Which challenge should be used? Currently http-01 and dns-01 are supported -- 2.47.3