letsencrypt-siteextension icon indicating copy to clipboard operation
letsencrypt-siteextension copied to clipboard

SAN/UCC Support

Open dombarnes opened this issue 3 years ago • 1 comments

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.

dombarnes avatar Aug 06 '20 16:08 dombarnes

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

ohadschn avatar Aug 06 '20 17:08 ohadschn