letsencrypt icon indicating copy to clipboard operation
letsencrypt copied to clipboard

Updated agreement PDF

Open hypertexthero opened this issue 8 years ago • 1 comments

I got the following error:

Registering account...
Traceback (most recent call last):
  File "<stdin>", line 332, in <module>
  File "<stdin>", line 329, in main
  File "<stdin>", line 212, in get_crt
ValueError: Error registering: 400 {
  "type": "urn:acme:error:malformed",
  "detail": "Provided agreement URL [https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf] does not match current agreement URL [https://letsencrypt.org/documents/LE-SA-v1
.1.1-August-1-2016.pdf]",
  "status": 400
}

…and needed to fork your script and update the hard-coded agreement URL in order for it to work.

Thanks much for this script — very useful!

hypertexthero avatar Aug 13 '16 20:08 hypertexthero

Yes indeed - same issue. Apparently you'll need to apply this update: https://github.com/roots/trellis/pull/624144

Thanks for the script though - awesome!

anotherstarburst avatar Aug 19 '16 12:08 anotherstarburst