Fixed default LE license URL

(removed testing stuff)
This commit is contained in:
micw
2016-11-27 12:45:06 +01:00
committed by GitHub
parent 559bd6d892
commit 7b6bbcec48

View File

@@ -629,7 +629,7 @@ class Client
// Fallback: use latest known license. This is only valid for let's encrypt and should be removed as soon as there is an official
// ACME-endpoint to get the current ToS
return "xxxhttps://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf]";
return "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf";
// return "";
}