Update Let's Encrypt agreement URL https://www.virtualmin.com/node/41565

This commit is contained in:
Jamie Cameron
2016-08-02 21:30:24 -07:00
parent b77193c95d
commit ee373ab2be

View File

@@ -87,7 +87,7 @@ def get_crt(account_key, csr, acme_dir, log=LOGGER, CA=DEFAULT_CA):
log.info("Registering account...")
code, result = _send_signed_request(CA + "/acme/new-reg", {
"resource": "new-reg",
"agreement": "https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf",
"agreement": "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf",
})
if code == 201:
log.info("Registered!")