Fixing connectivity issue with AAI 15/48015/1
authorRitu Sood <ritu.sood@intel.com>
Thu, 17 May 2018 16:48:55 +0000 (09:48 -0700)
committerRitu Sood <ritu.sood@intel.com>
Thu, 17 May 2018 16:51:51 +0000 (09:51 -0700)
Removing the old certificates from conf file.
Having these here causes connectivity issue with
AAI

Change-Id: I847ce9dcfc715124617edd305bb83acedbbbb10e
Issue-ID: OPTFRA-232
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
conductor.conf

index b2c1f61..16907ed 100755 (executable)
@@ -142,10 +142,10 @@ server_url_version = v13
 
 # SSL/TLS certificate file in pem format. This certificate must be registered
 # with the A&AI endpoint. (string value)
-certificate_file = /usr/local/bin/aai_cert.cer
+certificate_file =
 
 # Private Certificate Key file in pem format. (string value)
-certificate_key_file = /usr/local/bin/aai_key.key
+certificate_key_file =
 
 # Certificate Authority Bundle file in pem format. Must contain the appropriate
 # trust chain for the Certificate file. (string value)