Skip to content

Instantly share code, notes, and snippets.

@oscoDOTblog
Last active July 8, 2023 15:21
Show Gist options
  • Save oscoDOTblog/2a1559ca9e88d8a29ff797ca19c6c823 to your computer and use it in GitHub Desktop.
Save oscoDOTblog/2a1559ca9e88d8a29ff797ca19c6c823 to your computer and use it in GitHub Desktop.
Runtipi Traefik Dynamic Config TEST
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