Skip to content

How to debug/trace auto-renewal process of certificates #363

Answered by shibayan
schoenr79 asked this question in Q&A
Discussion options

You must be logged in to vote

Acmebot is the same as regular Azure Functions, so you can trace and debug it from Application Insights.

Manual renewal can be done on a per-certificate basis via /renew-certificate, or you can manually trigger the function RenewCertificates_Timer to renew all certificates that are close to expiring.

In rare cases, Azure Functions timer triggers may not be executed, in which case, restarting from Azure Portal will improve the situation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shibayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants