1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-08 19:33:30 +03:00

Merge branch 'v1.6' into master

This commit is contained in:
Fernandez Ludovic
2018-07-09 15:34:47 +02:00
2 changed files with 11 additions and 11 deletions

View File

@@ -85,9 +85,9 @@ defaultEntryPoints = ["http", "https"]
certFile = """-----BEGIN CERTIFICATE-----
<cert file content>
-----END CERTIFICATE-----"""
keyFile = """-----BEGIN CERTIFICATE-----
keyFile = """-----BEGIN PRIVATE KEY-----
<key file content>
-----END CERTIFICATE-----"""
-----END PRIVATE KEY-----"""
[entryPoints.other-https]
address = ":4443"
[entryPoints.other-https.tls]