Tag: traefik

  • acme.sh & traefik cert issue

    acme.sh renew doesn’t work Let’s tackel the acme.sh issue first. I sent a renew command with manual DNS verification, the renew went through without errors, but the cert didn’t renew. This is a known issue: https://github.com/acmesh-official/acme.sh/issues/4041 The solution is to delete these lines in the config file under ~/.acme.sh/yourdomain/yourdomain.conf: After that send the usual renew…

  • K3S Traefik – HTTP Redirection

    You want to redirect all trafic from http to https? You got a K3S Cluster with traefik installed? Fear not my friend. I almost started crying, no matter what, it didn’t work. Finally I found the solution. We just create a HelmChartConfig which basically injects config into a helm chart, and add 3 lines to…