RequireAnyClientCert with consul catalogue

Hi

I have a backend service that requires client certificates to validate from who the request is coming from

I see that in the documentation i can use tls options on the router level.. the option is RequireAnyClientCert
https://docs.traefik.io/https/tls/

But i see no reference of the tls clientauth section.. in
https://docs.traefik.io/reference/dynamic-configuration/consul-catalog/

Hope you can help me out with this one.

Regards

I figured it out by setting "traefik.http.router.xyz.tls=true" and configuring a file provider with the tls settings

so this topic can be closed