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.
Hi, You are missing DNS API configuration but if you are just generating a single domain I think that it should be ok using the wildcard domain so you won't need to specify any other domains. FWIW using LetsEncrypt I haven't needed to use wildcard domains myself as I just include all the hostnames that I will use. Andrew. -----Original Message----- From: David Mehler <dave.mehler@gmail.com> Sent: 31 July 2018 01:15 To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] letsencrypt with acme.sh 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. _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
participants (2)
-
Andrew Hodgson
-
David Mehler