mirror of https://github.com/samply/bridgehead.git
fix: Now using correct Certificates for Traefik
This commit is contained in:
parent
f783be91b3
commit
55f4f66328
|
@ -1,4 +1,4 @@
|
||||||
tls:
|
tls:
|
||||||
certificates:
|
certificates:
|
||||||
- certFile: /certs/certificate.pem
|
- certFile: /certs/traefik.crt
|
||||||
keyFile: /certs/private-key.pem
|
keyFile: /certs/traefik.key
|
||||||
|
|
Loading…
Reference in New Issue