Last active
July 8, 2023 15:21
-
-
Save oscoDOTblog/2a1559ca9e88d8a29ff797ca19c6c823 to your computer and use it in GitHub Desktop.
Runtipi Traefik Dynamic Config TEST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http: | |
serversTransports: | |
insecuretransport: | |
insecureSkipVerify: true | |
tls: | |
stores: | |
default: | |
defaultCertificate: | |
certFile: /root/.config/tls/cert.pem | |
keyFile: /root/.config/tls/key.pem | |
certificates: | |
- certFile: /root/.config/tls/cert.pem | |
keyFile: /root/.config/tls/key.pem | |
domains: | |
- "*.atemosta.com" | |
- "*.waifu.bond" | |
- "*.atos.to" | |
# - "yourdomain2.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment