summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2018-05-17 09:48:55 -0700
committerRitu Sood <ritu.sood@intel.com>2018-05-17 09:51:51 -0700
commitbdb676f3e42b970dd0dbb8a4e58dcaab1018633d (patch)
treec010da2c06f14d051902995f06ca1605dddf988f /conductor.conf
parent36eec04574e14da4bb391bbc6debf42be72db589 (diff)
Fixing connectivity issue with AAI
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>
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conductor.conf b/conductor.conf
index b2c1f61..16907ed 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -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)