31 Jul
2018
31 Jul
'18
12:14 a.m.
Hello, Do we have anyone using acme.sh to issue letsencrypt wildcard certificates? If so, I'm wondering which one of these commands is right? The first is: acme.sh --issue --dns dns_api -d example.com -d '*.example.com' --ecc --keylength ec-256 --ocsp this seems like it's asking for a tld and then the same domain with a wildcard. Or is this one right? acme.sh --issue --dns dns_api -d '*.example.com' --ecc --keylength ec-256 --ocsp Thanks. Dave.