certbot-dns-01-authenticators
certbot-dns-01-authenticators copied to clipboard
I have un multi tenant app, so I have a wildcard on *.toplevel.tld. But for test reason I also want a *.test.toplevel.tld. With this pull request, it works :) Sorry...
Hello, First of all thank you for this script it works with Gandi! I just have an error that appears when i generate the certificate: `Hook command "/scripts/certbot-dns-01-authenticators/gandi-livedns/auth.py" returned error...
It seems that the script does not support multiple domains like this: ``` certbot certonly \ --manual-public-ip-logging-ok \ --manual \ --manual-auth-hook /opt/le-scripts/gandi-livedns/auth.py \ --manual-cleanup-hook /opt/le-scripts/gandi-livedns/cleanup.py \ -d '*.domain.net' -d 'domain.net'...
When dealing with Gandi domains you don't own but can edit, API behaviour diverges a little from what Gandi documentation specifies. Then, I adapted both auth and cleanup scripts for...
Files like config.py contain quite sensitive information, read permission should be limited to user (or maybe user/group) but definitely not world readable. As a side note, testing a modified version...
Hello. When adding both domain.tld and *.domain.tld to a certificate, the script is run 2 times, the TXT has the same key but a different value. Some people reported it...