diff options
author | dhebeha <dhebeha.mj71@wipro.com> | 2019-12-11 12:35:37 +0530 |
---|---|---|
committer | dhebeha <dhebeha.mj71@wipro.com> | 2020-01-10 16:34:49 +0530 |
commit | 9f8f7046d3978b6dbd05c7e5ad645b3dd9201249 (patch) | |
tree | 1629f9d659307e0dfb7c75d63934166a60c8fcfd /conductor.conf | |
parent | fa04a4a0c5a18be0c1ebaebc8721b211ff26be74 (diff) |
Add AAF root cert location to conductor.conf
Modify multicloud.py to verify the session
using AAF root certificate if https
Issue-ID: OPTFRA-328
Change-Id: Ica47cbda3821120a020f34c97a4e398e2f7bbda5
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 9 |
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] |