Hello,
I am using Traefik v2 beta1. I have successfully configured the forward auth middleware to forward each request to an authentication server. This is great, and it works perfect. However, there is one small piece I am trying to figure out. When I go to a URL Traefik is listening on, I want Traefik to forward my X509 certificate that I have imported into my browser, not the X509 certificate on the Traefik server. This line:
- "traefik.http.middlewares.test-auth.forwardauth.tls.cert=path/to/foo.cert"
specifies the the certificate on the Traefik server. This is the certificate being forwarded to the authentication server. However, I want to forward my X509 certificate I imported into my browser. Is there a way I can configure Traefik to grab my X509 certificate from my browser, and then forward that to an authentication server?
Thank you very much for your help and feedback. Please let me know if you need more clarification for my question.