Ssl renewed for wrong sub domain

using example domain

when i try to create/renew cert for *.abc.xyz.net ,it generating cert for *.123.abc.xyz.net

I ran this command:

sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials cloudflare.ini -d *.abc.xyz.net -v --dns-cloudflare-propagation-seconds 160

The version of my client is certbot 3.2.0

Try putting quotes around that your shell is probably expanding the asterisk

5 Likes