sjkp / letsencrypt-siteextension

Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
744 stars 76 forks source link

SAN/UCC Support #374

Open dombarnes opened 4 years ago

dombarnes commented 4 years ago

More of a question than an issue, but have you looked at adding SAN/UCC support, allowing for multiple subdomains per certificate? I run a number of sites that I have multiple subdomains for (www1-10) and currently each one makes its own certificate. Having one certificate for for all sites would be easier on the renewals.

ohadschn commented 4 years ago

You can achieve this using wildcard certs (e.g. *.mysite.com) with the DNS challenge in Simon's vNExt project: https://github.com/sjkp/letsencrypt-azure

I have a web-job based on it that supports it too: https://github.com/ohadschn/letsencrypt-webapp-renewer