mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 02:30:15 +02:00
Make traefik use certificates at /etc/bridgehead/traefik-tls
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
tls:
|
||||
certificates:
|
||||
- certFile: /certs/fullchain.pem
|
||||
keyFile: /certs/privkey.pem
|
||||
stores:
|
||||
default:
|
||||
defaultCertificate:
|
||||
certFile: /certs/fullchain.pem
|
||||
keyFile: /certs/privkey.pem
|
||||
|
Reference in New Issue
Block a user