sblaisot / certbot-dns-01-authenticators

GNU General Public License v3.0
18 stars 13 forks source link

Issue with gandi live DNS with multiple domains #4

Open fistons opened 5 years ago

fistons commented 5 years ago

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'
LiloBzH commented 5 years ago

+1

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