Can I set up Client Authentication traefik in docker container/cli format?
I read Traefik TLS Documentation - Traefik and tried to write
command:
- --tls.options.default.clientAuth.caFiles=/certificates/clientca1.crt
- --tls.options.default.clientAuth.clientAuthType=RequireAndVerifyClientCert
but it doesn't work.