Fixed traefik and certs

This commit is contained in:
root
2022-03-02 13:41:23 +01:00
parent 8e21d5e085
commit ab33a03a51
4 changed files with 13 additions and 3 deletions

5
tools/traefik/config.yml Normal file
View File

@ -0,0 +1,5 @@
# Specifying a certificate that will be used for matching requests
tls:
certificates:
- certFile: /tools/certs/traefik.crt
keyFile: /tools/certs/traefik.key