Let's encrypt wildcard for domain aliases
Currently, when requesting a wildcard certificate for a domain with multiple domain aliases, only the main domain gets a wildcard.
Let say you have a main domain domain.com and have 3 subdomains domain.fr, domain.co.jp and domain.eu.
When requesting a wildcard certificate including all aliases, you'll get :
domain.com
*.domain.com
domain.fr
domain.co.jp
domain.eu
where it would be more logical and usefull to have :
domain.com
*.domain.com
domain.fr
*.domain.fr
domain.co.jp
*.domain.co.jp
domain.eu
*.domain.eu
-
Mr.42 commented
+1. I had at least the www. on the alias, but someow it seems this functionality is lost after upgrading to Debian Buster.
-
Loading.es commented
When generating a new Lets Encrypt Certificate with SSL it! , if we check the Wildcard option and also protect an alias, only the alias itself is included in the certificate, but not a wildcard of it.
For example, we make wildcard of domain.com and also protect alias.com
The ssl Certificate includes * .domain.com and alias.com. It would be recommended that you protect * .domain.com and * .alias.com