From 91634d5c1ca49a31d9ab41a624bb2f67c7fb2c85 Mon Sep 17 00:00:00 2001 From: Cam Parry Date: Mon, 31 Oct 2016 15:37:06 +1000 Subject: [PATCH] Add marathon tls options to documentation --- docs/toml.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/toml.md b/docs/toml.md index c44db2360..257ff0baf 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -826,6 +826,9 @@ domain = "marathon.localhost" # Optional # # [marathon.TLS] +# CA = "/etc/ssl/ca.crt" +# Cert = "/etc/ssl/marathon.cert" +# Key = "/etc/ssl/marathon.key" # InsecureSkipVerify = true # DCOSToken for DCOS environment, This will override the Authorization header