change made to enable https mode 81/100081/1
authordhebeha <dhebeha.mj71@wipro.com>
Wed, 8 Jan 2020 12:44:53 +0000 (18:14 +0530)
committerdhebeha <dhebeha.mj71@wipro.com>
Wed, 8 Jan 2020 13:11:05 +0000 (18:41 +0530)
Issue-ID: OPTFRA-328

Change-Id: Iaa54520ca15ac3601db00b2feb1403fbd68aee21
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
scripts/optf-has/has/has-properties/conductor.conf.onap

index e3dc4a2..55f557c 100644 (file)
@@ -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 = <None>
+enable_https_mode = True
 [music_api]
 
 #