Manually add-certificate works but how can I check that the auto renew is working? #291
-
Hi There, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
The automatic update process currently runs every Monday at midnight. You can check the execution logs by selecting RenewCertificates from the Application Insights or Function list. Setting up a webhook is useful for notifying Slack and Teams of the success or failure of an update. |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing to the error logs, I can see some in application insights. I have a 2 errors each function call Order, IssueCertificate, RenewCertificates_SubOrchestrator endpoints. The error for order is not very detailed can you give some insight to what to fix... "Message | Exception while executing function: Order NewOrder request did not specify any identifiers" where do I setup the identifiers and what are all the letsencrpt variables needed? Is the manual renewal (initial setup) different than the auto renewal configs? |
Beta Was this translation helpful? Give feedback.
Thanks for pointing to the error logs, I can see some in application insights. I have a 2 errors each function call Order, IssueCertificate, RenewCertificates_SubOrchestrator endpoints. The error for order is not very detailed can you give some insight to what to fix... "Message | Exception while executing function: Order NewOrder request did not specify any identifiers" where do I setup the identifiers and what are all the letsencrpt variables needed? Is the manual renewal (initial setup) different than the auto renewal configs?
Thanks,
Luu