summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf
index 75e4e70..b4f09b1 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -400,6 +400,15 @@ concurrent = true
# The version of Multicloud API. (string value)
#server_url_version = v0
+# Certificate Authority Bundle file in pem format. Must contain the appropriate
+# trust chain for the Certificate file. (string value)
+#certificate_authority_bundle_file = certificate_authority_bundle.pem
+certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
+
+# Enabling HTTPs mode (boolean value)
+# enable_https_mode = <None>
+# default is false
+enable_https_mode = True
[music_api]