Skip to content

Commit

Permalink
Update keyFile first/last line comment in kv-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madnight authored and traefiker committed Jul 4, 2018
1 parent dbc3b85 commit b183658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/kv-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b183658

Please sign in to comment.