Skip to content

Instantly share code, notes, and snippets.

@acovrig
Created October 28, 2020 19:58
Show Gist options
  • Save acovrig/494c2169a9b6bcab53b6913ed9e6a595 to your computer and use it in GitHub Desktop.
Save acovrig/494c2169a9b6bcab53b6913ed9e6a595 to your computer and use it in GitHub Desktop.
tls:
stores:
default:
defaultCertificate:
certFile: path/to/cert0.pem
keyFile: path/to/cert0.key
certificates:
- certFile: path/to/cert1.pem
keyFile: path/to/cert1.key
- certFile: path/to/cert2.pem
keyFile: path/to/cert2.key
- certFile: path/to/cert3.pem
keyFile: path/to/cert3.key
certificatesResolvers:
le:
acme:
email: ''
storage: '/etc/letsencrypt/treafik-acme.json'
httpChallenge:
entryPoint: web
providers:
file:
directory: /etc/traefik/config
watch: true
docker:
endpoint: "unix:///var/run/docker.sock"
swarmMode: true
exposedByDefault: false
watch: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment