summaryrefslogtreecommitdiffstats
path: root/conductor/docker
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2018-03-08 01:09:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-08 01:09:41 +0000
commit3b85d3b015393dc72b2b1a879c91441f67ec8834 (patch)
treee489dc81b3a11b99ef8429622d83293b3fa1c9a1 /conductor/docker
parenta29dff2ea59fa573ff4c1257e58f7813e17fdc40 (diff)
parent0d081aedfdcd2a4995e434f6e716e7ac2efe3004 (diff)
Merge "Added unit test cases for data component"
Diffstat (limited to 'conductor/docker')
-rw-r--r--conductor/docker/conductor.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conductor/docker/conductor.conf b/conductor/docker/conductor.conf
index b668af4..c93e9ec 100644
--- a/conductor/docker/conductor.conf
+++ b/conductor/docker/conductor.conf
@@ -151,17 +151,17 @@ server_url_version = v11
# SSL/TLS certificate file in pem format. This certificate must be registered
# with the A&AI endpoint. (string value)
#certificate_file = /home/saisree/certs/imacculate.client.research.att.com.cer
-certificate_file = /home/saisree/larry_certs/lt_hp1174418.client.research.att.com.cer
+certificate_file = /home/larry/Desktop/Development/larry_certs/lt_hp1174418.client.research.att.com.cer
# Private Certificate Key file in pem format. (string value)
# certificate_key_file = /home/saisree/certs/imacculate.client.research.att.com.key
-certificate_key_file = /home/saisree/larry_certs/lt_hp1174418.client.research.att.com.key
+certificate_key_file = /home/larry/Desktop/Development/larry_certs/lt_hp1174418.client.research.att.com.key
# Certificate Authority Bundle file in pem format. Must contain the appropriate
# trust chain for theCertificate file. (string value)
# certificate_authority_bundle_file = ~/certs/ca-bundle.pem
# certificate_authority_bundle_file = /home/saisree/cert/ca-bundle.pem
-certificate_authority_bundle_file = /home/saisree/larry_certs/ca_bundle.pem
+#certificate_authority_bundle_file = /home/saisree/larry_certs/ca_bundle.pem
[api]