No auto cert renewal

Hi guys. I'm running my traefik proxy based on this example successfully for 2 months. However, seems that it won't update certs automatically cause 60 days mark passed.

Do I need to add

  • "traefik.http.routers.myrouter.tls.certresolver=myresolver"

to labels?

I'll tag @bluepuma77 cause he helped me with it first time. (Sorry if it's bother bluepuma)

You need to assign a certresolver to entrypoint or router, both is not necessary.

Enable and check Traefik debug log (doc) and Traefik access log in JSON format (doc).

LetsEncrypt TLS certificate renewal should happen when the certificate has 30 days or less remaining before expiry. To manually trigger a cert check (and renewal), its probably easiest to restart Traefik, also to see the according debug messages.

Ok, that's what I needed, will keep investigating. Thanks a lot man @bluepuma77

I was 1 day earlier before 30 days. Today everything renewed smoothly. Thanks again @bluepuma77! Resolved

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.