summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-26 17:42:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-26 17:42:58 +0000
commitbb5e712fd1c547b393e05a68cac745c5fc452c35 (patch)
treef569a7ece7574324b46a48f2d69e405915d4c232
parent3f87894a91a64d53c1509bb5f48c91cdb6e9fc2c (diff)
parent312e99b0db6b329c7e4c95768ac186e324666eca (diff)
Merge "Import ONAP root CA to CDS Blueprint Processor Java Truststore"
-rw-r--r--ms/blueprintsprocessor/distribution/src/main/docker/startService.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh b/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
index 88497156f..d1e09ddc3 100644
--- a/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
+++ b/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
@@ -5,4 +5,6 @@ nodeName=BlueprintsProcessor_1.0.0_$(cat /proc/self/cgroup | grep docker | sed s
echo "APP Config HOME : ${APP_CONFIG_HOME}"
export APP_HOME=/opt/app/onap
+keytool -import -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -alias ONAP -import -file $APP_CONFIG_HOME/ONAP_RootCA.cer
+
source /etc/run.source