From 6546e89e85228b7ab5c5c5e62f6ad31e7411db58 Mon Sep 17 00:00:00 2001 From: Jonathan DUMONT <5204724+JOduMonT@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:23:39 +0100 Subject: [PATCH] Update provider link for Traefik wildcard certs Traefik documentation has been modified the providers configs moved --- docs/knowledge-base/proxy/traefik/wildcard-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/knowledge-base/proxy/traefik/wildcard-certs.md b/docs/knowledge-base/proxy/traefik/wildcard-certs.md index d8fe74fdf..c829eb9c5 100644 --- a/docs/knowledge-base/proxy/traefik/wildcard-certs.md +++ b/docs/knowledge-base/proxy/traefik/wildcard-certs.md @@ -20,7 +20,7 @@ If you need fine-grained token, like with [Cloudflare](https://go-acme.github.io ## Configuration 1. Setup your wildcard subdomain DNS records, `*.coolify.io`. -2. Go to your Proxy settings (Servers / Proxy menu) and add the following configuration based on your [providers](https://doc.traefik.io/traefik/https/acme/#providers). The example will use `Hetzner` as a provider. +2. Go to your Proxy settings (Servers / Proxy menu) and add the following configuration based on your [providers](https://go-acme.github.io/lego/dns/). The example will use `Hetzner` as a provider. ```bash version: '3.8'