1
0
Fork 0

Auth Forward with certificates in templates.

This commit is contained in:
Ludovic Fernandez 2018-08-21 17:12:03 +02:00 committed by Traefiker Bot
parent bd3b787fd5
commit 9c8e518423
9 changed files with 32 additions and 32 deletions

View file

@ -89,8 +89,8 @@
[frontends."frontend-{{ $frontendName }}".auth.forward.tls]
ca = "{{ $auth.Forward.TLS.CA }}"
caOptional = {{ $auth.Forward.TLS.CAOptional }}
cert = "{{ $auth.Forward.TLS.Cert }}"
key = "{{ $auth.Forward.TLS.Key }}"
cert = """{{ $auth.Forward.TLS.Cert }}"""
key = """{{ $auth.Forward.TLS.Key }}"""
insecureSkipVerify = {{ $auth.Forward.TLS.InsecureSkipVerify }}
{{end}}
{{end}}