Merge branch 'v1.6' into master
This commit is contained in:
commit
083b471bcf
2 changed files with 11 additions and 11 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…
Add table
Add a link
Reference in a new issue