Update keyFile first/last line comment in kv-config.md

This commit is contained in:
Fabian Beuke 2018-07-04 14:20:03 +02:00 committed by Traefiker Bot
parent dbc3b85cd0
commit b1836587f2

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]