Update keyFile first/last line comment in kv-config.md
This commit is contained in:
parent
dbc3b85cd0
commit
b1836587f2
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue