simp_le
simp_le copied to clipboard
Simple Let's Encrypt Client
From nginx-proxy/docker-letsencrypt-nginx-proxy-companion#695: >Let's Encrypt is changing the default chain of trust ([details](https://letsencrypt.org/2020/09/17/new-root-and-intermediates.html)), which has wide implications for backwards compatibility for clients with old CA root stores. Certbot now supports specifying...
This PR extends #119 with a link to scripts to migrate your account/configuration to certbot. Certbot is the official Let’s Encrypt client which can be used in a `certonly` mode...
My domain is https://🐈.cf, which translates to https://xn--zn8h.cf, which is apparently rejected by simp_le: -----> Getting letsencrypt certificate for pisi... - Domain 'pisi.petcu.me' - Domain 'xn--zn8h.cf' - Domain 'www.xn--zn8h.cf' darkhttpd/1.12,...
It looks like that a new staging API as broken simp_le: ``` ---- Begin output of simp_le -d kitchen-test.cloudesire.com:/usr/share/nginx/www/kitchen-test.cloudesire.com_kitchen-test-2.cloudesire.com -d kitchen-test-2.cloudesire.com:/usr/share/nginx/www/kitchen-test.cloudesire.com_kitchen-test-2.cloudesire.com --email [email protected] --server https://acme-staging.api.letsencrypt.org/directory --tos_sha256 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221 -f key.pem -f...
It looks like we're only passing the cert to `client.revoke`, but it also expects a reason. The current simp_le version: https://github.com/kuba/simp_le/blob/master/simp_le.py#L1331 The official docs: http://letsencrypt.readthedocs.io/projects/acme/en/latest/api/client.html#acme.client.Client.revoke This is manifesting, for me,...
Link to https://github.com/zenhack/simp_le for a more recent version
Running the bootstrap script on debian installs python2 (python depends on python2.7) and python3 (virtualenv depends on python3). What is the prefered python version for simp_le?
With the update to the Let’s Encrypt Subscriber Agreement today (v.1.1.1) the SHA256 hash has changed to 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221 I can create a pull request to change line 894/895 of simp_le.py,...