mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-13 06:45:24 +01:00
Update agreement URL.
This commit is contained in:
parent
60172b7e6e
commit
4803376486
@ -90,7 +90,7 @@ def register_account(account_key, CA):
|
||||
header = acme_header(account_key)
|
||||
code, result = send_signed(account_key, CA, CA + "/acme/new-reg", header, {
|
||||
"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:
|
||||
print("Registered!")
|
||||
|
Loading…
Reference in New Issue
Block a user