sjkp / letsencrypt-azure

The easiest way to use lets encrypt certificates on Azure
111 stars 35 forks source link

Help: Deployed, configured, ran, works, except for bindings #24

Open JoshuaCarroll opened 3 years ago

JoshuaCarroll commented 3 years ago

I was able to use this in our environment, and it issued a certificate for *.arkansasrepeatercouncil.org but it is only bound to https://www.arkansasrepeatercouncil.org and not https://arkansasrepeatercouncil.org.

When I open the TLS/SSL settings on the app service for the site, it lists "www.arkansasrepeatercouncil.org" with a certificate. But if I attempt to add a new binding for "arkansasrepeatercouncil.org" it says "No certificates match the selected custom domain". Thoughts?

ohadschn commented 3 years ago

Root domain (foo.com) is not included in wildcard, duplicate of https://github.com/sjkp/letsencrypt-azure/issues/8 (you can probably close this issue).

You'd need to set the root domain to a different certificate. You can either use @sjkp's original https://github.com/sjkp/letsencrypt-siteextension, or if you prefer the "external" (no extension) approach taken by this project you can use my variant based on the former: https://github.com/ohadschn/letsencrypt-webapp-renewer.