Merge pull request #789 from wallies/master
Add marathon tls options to documentation
This commit is contained in:
commit
8d9caaec71
1 changed files with 3 additions and 0 deletions
|
@ -826,6 +826,9 @@ domain = "marathon.localhost"
|
||||||
# Optional
|
# Optional
|
||||||
#
|
#
|
||||||
# [marathon.TLS]
|
# [marathon.TLS]
|
||||||
|
# CA = "/etc/ssl/ca.crt"
|
||||||
|
# Cert = "/etc/ssl/marathon.cert"
|
||||||
|
# Key = "/etc/ssl/marathon.key"
|
||||||
# InsecureSkipVerify = true
|
# InsecureSkipVerify = true
|
||||||
|
|
||||||
# DCOSToken for DCOS environment, This will override the Authorization header
|
# DCOSToken for DCOS environment, This will override the Authorization header
|
||||||
|
|
Loading…
Reference in a new issue