ohadschn / letsencrypt-webapp-renewer

[PLEASE USE FREE MS MANAGED CERTS INSTEAD] Simple WebJob-ready console application for renewing Azure Web App SSL certificates
https://www.ohadsoft.com/
Apache License 2.0
282 stars 51 forks source link

Doesn't work together with the local cache feature #45

Closed flagbug closed 6 years ago

flagbug commented 6 years ago

Azure App Service has a feature called "Local Cache" that cached the file system of the web app on each instance, see https://docs.microsoft.com/en-us/azure/app-service/app-service-local-cache-overview

I think the problem here is the following:

Any ideas how to work around this? Maybe the verification file could be saved to an Azure Blob Storage instance that is then server from the host instance?

flagbug commented 6 years ago

Whoops, just saw that this is already stated in the README and probably belongs to the https://github.com/sjkp/letsencrypt-siteextension repo

ohadschn commented 6 years ago

Indeed :) Closing this for now.