Hi there, trying to figure out where I am going wrong with my setup. I am not using a custom configuration file. I let cerwarden generate its own. I followed along with the docs created a dns01cloudflare provider pointing at my cloudflare domain. Using the default ACME Servers for production and staging and setup keys for both my ACME Servers.
I was able to create the default cert without any issues. I setup a DNS entry for certwaqrden.mydoimain.com to point at traefik and setup TCP routing with TLS passthrough in order to access certwarden and my other services controlled by physical certs.
This works fine for about 10 minutes and then for some reason I get a 404 error. Looking at the certs its valid and is verified with Let's Encypt even after I get the 404. What could be causing this? Do I need a new ACME Server for every single cert? I don't understand. It works but then stops working after a few minutes...
tcp:
routers:
certwarden:
rule: "HostSNI(`certwarden.mydomain.com`)"
service: certwarden
tls:
passthrough: true
services:
certwarden:
loadBalancer:
servers:
- address: "10.20.66.111:4055"