sjkp/letsencrypt-siteextension

Certs are not renewing

agentKnipe opened this issue · 14 comments

I have the extension setup and updated in an app service. The web job is running successfully, however certs are not updating.
2022-03-10 10_21_14-Azure WebJobs dashboard

I had to renew the cert by hand.

@agentKnipe i am also in same situation, Did you find the solution for it?

Why aren't you using the official Microsoft solution (which includes apex/root/naked domains)?
https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate#create-a-free-managed-certificate

@agentKnipe i am also in same situation, Did you find the solution for it?

I havent found a solution yet, ive been renewing certs by hand.

Why aren't you using the official Microsoft solution(which includes apex/root/naked domains)? https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate#create-a-free-managed-certificate

I have been using lets encrypt for significantly longer than Microsoft has had their solution. Additionally the restrictions on the their solution create make it questionable whether it would work in my environment (app services, traffic manager). At this point its not worth my time or energy to attempt to switch. Not to mention I like what lets encrypt is doing and id much rather support them. And lastly if you are not the developer of this tool why are you actively trying to point people away from using it if it fits their solution? seems a bit shady and underhanded. If the developer isnt going to support the tool anymore thats fine, ill find another solution, but trying to actively point people away from it when it has solve SOOO many issues for people over the years is kind of messed up.

Indeed, the limitations include:

Isn't supported with root domains that are integrated with Traffic Manager.

Do you see any errors/warnings in the job's invocation output?
Can you paste it here?

If nothing jumps out, one more thing you could try is the WebJob I wrote on top of this extension (basically the same underlying engine): https://github.com/ohadschn/letsencrypt-webapp-renewer