Author Image

gabrieligbastos

Dec 10, 2020

Configuração mTLS no Traefik para API-Pix

API PixTraefikreverse proxymTLSconfiguraçãoDocker Swarm

Fala pessoal, sou novo aqui, estou estudando a API-Pix, aqui utilizamos o Traefik como Reverse proxy na frente da nossa infra com docker swarm. Alguém já realizou a configuração do mTLS no Traefik?

Respostas (1):
Avatar discord do usuario rubenskuhl

rubenskuhl

10/12/2020

Parece que pelo menos isto aqui é necessário:
[tls.options]
[tls.options.default]
[tls.options.default.clientAuth]
# in PEM format. each file can contain multiple CAs.
caFiles = ["tests/clientca1.crt", "tests/clientca2.crt"]
clientAuthType = "RequireAndVerifyClientCert"