certbot-dns-01-authenticators icon indicating copy to clipboard operation
certbot-dns-01-authenticators copied to clipboard

Issue with gandi live DNS with multiple domains

Open fistons opened this issue 6 years ago • 1 comments

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'

fistons avatar Sep 09 '18 22:09 fistons

+1

This script doesn t work with : -d 'domain.net'

LiloBzH avatar Nov 17 '18 17:11 LiloBzH