From: dhebeha Date: Wed, 8 Jan 2020 12:44:53 +0000 (+0530) Subject: change made to enable https mode X-Git-Tag: 6.0.0-ONAP~42^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=01b6334e5016d87ee7182e22b0b38beb42fe4978;p=integration%2Fcsit.git change made to enable https mode Issue-ID: OPTFRA-328 Change-Id: Iaa54520ca15ac3601db00b2feb1403fbd68aee21 Signed-off-by: dhebeha --- 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] #