Letsencrypt Siteextension Versions Save

Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.

0.4.5

8 years ago

Important fix for issue #25 - otherwise the web jobs won't successfully renew the certificates.

0.4.4

8 years ago

Removes the null reference exeception #19 The error is minor as the webjob only fails if you are not using the letsencrypt:Hostnames app setting. And in that case the web job, should do nothing.

0.4.3

8 years ago

A bug was introduced in 0.4.2 that caused the web.config file to not be written to the challenge directory .well-known/acme-challenge/ which made the challenge process fail on new installs.

0.4.2

8 years ago

This release enables support for 64 bit enviroment (note you have to install the 64 bit specific site extension). It also enables support for requesting certificates for multiple domain names (SNI/Alternate names)

0.3.1

8 years ago
  • Ensures that Web App settings are saved, before being able to request certificates
  • Handle certificate requests for environments where web app and app service plan are in separate resource groups
  • Updated ARM templates
  • (Optional) Web App setting letsencrypt:WebRootPath can be used to place challenge file outside site\wwwroot