From 01b6334e5016d87ee7182e22b0b38beb42fe4978 Mon Sep 17 00:00:00 2001 From: dhebeha Date: Wed, 8 Jan 2020 18:14:53 +0530 Subject: [PATCH] change made to enable https mode Issue-ID: OPTFRA-328 Change-Id: Iaa54520ca15ac3601db00b2feb1403fbd68aee21 Signed-off-by: dhebeha --- scripts/optf-has/has/has-properties/conductor.conf.onap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/optf-has/has/has-properties/conductor.conf.onap b/scripts/optf-has/has/has-properties/conductor.conf.onap index e3dc4a2c..55f557c3 100644 --- a/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -388,7 +388,14 @@ server_url = http://msb.onap.org:8082/api/multicloud # 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 = +enable_https_mode = True [music_api] # -- 2.16.6