mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 03:10:30 +01:00
Update Let's Encrypt agreement URL https://www.virtualmin.com/node/41565
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user