certbot-dns-01-authenticators
certbot-dns-01-authenticators copied to clipboard
Issue with gandi live DNS with multiple domains
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'
+1
This script doesn t work with : -d 'domain.net'