neurobin / letsacme

A tiny script to issue and renew TLS/SSL certificate from Let's Encrypt
https://neurobin.org/projects/softwares/unix/letsacme
MIT License
26 stars 9 forks source link

Wrong link to agreement-PDF? #3

Closed StePerBo closed 7 years ago

StePerBo commented 7 years ago

Hi,

I tried to request a certificate, but always got Error 400. I saw that the link to the agreement-PDF is not the right one. After changing it to https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf , I get the cert. Did I load an old code?

neurobin commented 7 years ago

The latest version of letsacme was 0.0.5.

python letsacme.py --version

and it contained the old agreement link. Updated in 0.0.6.

Thanks a lot, for reporting this... :+1:

neurobin commented 7 years ago

But you should wait for 0.0.7 version. The agreement URL will be retrieved automatically rather than hard coded.

neurobin commented 7 years ago

Fixed in v0.0.7