acmebot
acmebot copied to clipboard
Certificate manager bot using ACME protocol
Hi, the latest release explicitly blocks pyOpenSSL >= 20 due to incompatibilities. After a glance at its changelog and acmebot’s usage of its API, I fail to see the incompatibilities....
I'm looking at using acmebot with the DigiCert ACME infrastructure, which requires using the externalAccountBinding mode for registration (RFC 8555 § 7.3.4), but it looks like acmebot only supports email-based...
Removes deprecated warning from acme lib
Feedback
Thanks for the excellent project! Just sharing some feedback on the experience so far where I hit a few hiccups along the way. - No way to automatically accept Terms...
`public_suffix_list_url` exists in both JSON and YAML examples `settings` object, it's not documented within the README with everything else however.
dns-01 allow the use of CNAME to delegate the challenges to be check in another record, and in another zone. This is very useful to setup an independent zone, independent...
Let's Encrypt may revoke certificates early, see https://community.letsencrypt.org/t/2020-02-29-caa-rechecking-bug/114591 Acmebot should detect the revocation via OSCP and auto-renew the certs.
[HTTP Public Key Pinning is deprecated by browsers](https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning), but acmebot don't allow to disable ```backup_key``` directory by setting it to ```null```. As I understand, backup keys need only for HTTP...
hi. root@umh:~/acmebot# pip3 install -r requirements.txt Requirement already satisfied: appdirs>=1.4.3 in /usr/local/python-3.6.4/lib/python3.6/site-packages (from -r requirements.txt (line 1)) Requirement already satisfied: pyparsing>=2.2.0 in /usr/local/python-3.6.4/lib/python3.6/site-packages (from -r requirements.txt (line 2)) Requirement already...
Hi there, First of all, thanks for your beautiful tool. Currently I'm migrating thousands of websites from acme-tiny to acmebot because of the dual certificates management (ECDSA and RSA) and...