AdrienPoupa/docker-compose-nas

Autorenew SSL Cert?

Closed this issue · 3 comments

The steps to generate the first letsencrypt cert were successful, but I am getting an email saying it will expire. What are the steps to renew, and is there any way to automate this?

Thanks

Hi there, one of the many benefits of using Traefik and Let's Encrypt's Lego is the automated renewal. When needed, certs will be renewed. If this is not working for you, please check your Traefik logs and you should have more information telling you why it is not working (docker compose logs traefik).

Thanks, I believe the issue was caused by tailscale using mullvad exit node. I disabled this and restarted docker and it seems to have renwed. Would be a shame to have to do this every time though.

Hi @AdrienPoupa I still I have to manually deactivate mullvad exit node every time I want to renew certs. Any idea if there's a way around this?

Thanks