diff options
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf index 0c0ae2b..75e4e70 100755 --- a/conductor.conf +++ b/conductor.conf @@ -470,6 +470,10 @@ replication_factor = 3 #music_new_version = <None> music_new_version = True +# Enabling HTTPs mode (boolean value) +#enable_https_mode = <None> +enable_https_mode = False + # for version (string value) #music_version = <None> music_version = "3.0.23" @@ -485,6 +489,10 @@ music_version = "3.0.23" # AAF namespace field used in MUSIC request header (string value) #aafns = <None> +# 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 [prometheus] |