Troubleshooting issue with automatic renewals (LetsEncrypt) #331
-
According to the documentation, renewals should automatically occur 30 days prior to expiration, however we have yet to see this occur on the sites we've set up using this function app. We have a few certificates expiring soon, and we're hoping to figure out why they aren't renewing. I'm having trouble finding logs, or seeing any sort of scheduling for the renewal. Is there any way to see which certificates have been generated by the app, and when they are scheduled to renew? If the renewal function(s) is/aren't being run, is there a proper way to trigger the process and/or troubleshoot to figure out why? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Auto-renewals are processed on Mondays and Fridays, so there will be a slight lag even if it is 30 days before the expiration date. If you want to perform the renewal process manually, you can do so by running the It is recommended to set up a webhook to know that an error has occurred (see README.md) |
Beta Was this translation helpful? Give feedback.
Auto-renewals are processed on Mondays and Fridays, so there will be a slight lag even if it is 30 days before the expiration date. If you want to perform the renewal process manually, you can do so by running the
RenewCertificates_Timer
function from Azure Portal.It is recommended to set up a webhook to know that an error has occurred (see README.md)