AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
891 stars 117 forks source link

Autorenew SSL Cert? #55

Closed wrapper closed 4 months ago

wrapper commented 5 months ago

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

AdrienPoupa commented 4 months ago

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).

wrapper commented 4 months ago

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.

wrapper commented 1 month ago

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