Wild card SAN certificate is available?

Does Letsencrypt support Wildcard SAN?

e.g.
./certbot-auto certonly --manual
-d *.abellera.com
-d *.dev.abellera.com
-d *.stg.abellera.com
-m test@test.com
–preferred-challenges dns-01
–server https://acme-v02.api.letsencrypt.org/directory

Yes! :slightly_smiling_face:

Let's Encrypt certificates can include 1 to 100 names. They can be any combination of wildcards and non-wildcards.

If you also want to use https://abellera.com/, you need to add "-d abellera.com".

4 Likes

Thank you very much.
The problem was solved.

Just in case you didn't know it, that certificate will not be valid for abellira.com because *.abellera.com only covers subdomains of abellera.com and not abellera.com itself (for that you must explicitely add "-d abellera.com")

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.