acme-dns-certbot-joohoi
acme-dns-certbot-joohoi copied to clipboard
Certbot client hook for acme-dns
When we tell the user which CNAME record to add, make the entry absolute by ending it with a dot. This prevents that the user accidentally adds a record for...
Hi, I'm using certbot and acme-dns-auth.py for getting letsencrypt wildcard certificates. /var/log/syslog is growing at high speed until /var/ is full (and the machine is frozen) due to the following...
the script fails when the acme-dns service is running against staging which is the default. config.cfg: tls = "letsencryptstaging" ``` 2021-11-04 23:17:22,598:ERROR:certbot.hooks:Error output from manual-auth-hook command acme-dns-auth.py: Traceback (most recent...
i'd be willing to write a PR for this. This way the file can just be synced against the upstream source as needed, and customization would be via... export ACMEDNSAUTH_ACMEDNS_URL=string...
It's here: https://requests.readthedocs.io/en/master/ Thanks.
Since Python 2.7 End Of Life is coming soon, any foreseen issue with the Python code in acme-dns?
When I run certbot with the suggested command line I receive the following error: ``` Hook command "/etc/letsencrypt/acme-dns-auth.py" returned error code 1 Error output from acme-dns-auth.py: Traceback (most recent call...
I have ran: `certbot certonly --manual --manual-auth-hook /etc/letsencrypt/acme-dns-auth.py --preferred-challenge dns --debug-challenges -d domain.tld -d *.domain.tld` and for some reason, the `*.domain.tld` is not added to SAN, hence the generated certificate...
Well, when i found the proper way to add the DNS as TXT not as CNAME it finally read it, but it says it's wrong :( ``` - - -...
On Debian10, `python` automatically points to Python 2. Fixes #14 as well.