Problem with DNS challenge

Hi! I tried the DNS challenge procedure by replacing Cloudflare with DESEC, the problem is that my token is not found in the tipi-compose.yml maybe DESEC is not supported or there is something I missed.
3 Replies
InfBoumcyCastle
in case you are refering to https://runtipi.io/docs/guides/dns-challenge-cloudflare and then just swapped the token and hoped for the best - this is not going to work. https://go-acme.github.io/lego/dns/desec/ should provide the necessary infos. also : this is a traefik configuration - tipi has no support here
MOUETTE03
MOUETTE03OP4w ago
Thank you very much @InfBoumcyCastle ! It works. I just have a problem I hadn't thought of. It works with my domain that accesses the dashboard and subdomains for applications but I have an app that has its own domain on DESEC as well but does not have the same token. Is it possible to enter 2 tokens to manage these 2 domains?
InfBoumcyCastle
you can have multiple certificatesResolvers in traefik.yml - tipi by default uses the "myresolver" resolver in all apps. you would have to override thise via labels in a user-config to use your 2nd resolver (with the other token)

Did you find this page helpful?