In zsh, input the code as follow, then an error occurred...
$ acme.sh --issue -d example.com -d www.example.com -d *.example.com --dns dns_cf --debug 2
There is an error with zsh: zsh: no matches found: *.example.com.
Nothing debug info.
Bug when I use bash, it's fine.
$ zsh --version
zsh 5.4.2 (x86_64-apple-darwin16.7.0)
have you tried:
acme.sh --issue -d '*.example.com' ....
It's solved......
Thanks for this solution😝
Most helpful comment
have you tried: