diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-08-15 19:34:32 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-08-31 08:59:16 +0800 |
commit | 4337dfb81c893522af34e9869f65f5a73b72d7b5 (patch) | |
tree | 62031eee4ced02d7fd570bc9897c55b2d6aef3b7 /conductor.conf | |
parent | 6b09bcaf2cea9abd3151dcf5dcd159ce684fc479 (diff) |
Enable AAF RootCA in rest call to MUSIC
Add AAF RootCA cert in the rest call
Switch to Https interface
Issue-ID: OPTFRA-562
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: Ie1860fe8f8ceb11d911d3f1fd83c1b6feea9b8f5
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
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] |