Skip to content

Commit

Permalink
moved certificate config to tls.toml
Browse files Browse the repository at this point in the history
changed cert/key name from dynamic to `cert.crt`/`key.key`
  • Loading branch information
Cielquan committed Nov 16, 2019
1 parent e80bb9f commit 32ae66d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
6 changes: 5 additions & 1 deletion traefik-docker/configs/traefik.conf.d/tls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
]
]

[[tls.certificates]]
certFile = "/etc/ssl/certs/cert.crt"
keyFile = "/etc/ssl/private/key.key"
21 changes: 0 additions & 21 deletions traefik-docker/templates/certs.toml.template

This file was deleted.

0 comments on commit 32ae66d

Please sign in to comment.