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-----
|
certFile = """-----BEGIN CERTIFICATE-----
|
||||||
<cert file content>
|
<cert file content>
|
||||||
-----END CERTIFICATE-----"""
|
-----END CERTIFICATE-----"""
|
||||||
keyFile = """-----BEGIN CERTIFICATE-----
|
keyFile = """-----BEGIN PRIVATE KEY-----
|
||||||
<key file content>
|
<key file content>
|
||||||
-----END CERTIFICATE-----"""
|
-----END PRIVATE KEY-----"""
|
||||||
[entryPoints.other-https]
|
[entryPoints.other-https]
|
||||||
address = ":4443"
|
address = ":4443"
|
||||||
[entryPoints.other-https.tls]
|
[entryPoints.other-https.tls]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue