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

Do I need to uninstall "letsencrypt-siteextension" after installing letsencrypt-webapp-renewer? #37

Closed wisdomware closed 6 years ago

wisdomware commented 6 years ago

I was able to setup my SSL website with "letsencrypt-siteextension" and its WebJob is running continuously. My question is do I need to uninstall letsencrypt-siteextension WebJob after installing letsencrypt-webapp-renewer?

Thanks for creating this awesome tool!

ohadschn commented 6 years ago

The two are independent, but I created this WebJob in order to remove the dependency on letsencrypt-siteextension (so yes, I uninstalled it). In theory you could keep both, but I don't see the point it and it might cause unnecessary multiple renewals and ensuing confusion.

ohadschn commented 6 years ago

Note that letsencrypt-siteextension lives on the web app you want to renew whereas letsencrypt-webapp-renewer typically lives on a dedicated renewal web app.

wisdomware commented 6 years ago

I got it. Thanks ohadschn!