From 312e99b0db6b329c7e4c95768ac186e324666eca Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Thu, 25 Jul 2019 19:18:15 +0000 Subject: Import ONAP root CA to CDS Blueprint Processor Java Truststore Issue-ID: CCSDK-1534 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Id5de634af72fc4a5962867f279d51fa35de25619 Signed-off-by: Abdelmuhaimen Seaudi --- ms/blueprintsprocessor/distribution/src/main/docker/startService.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ms') 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 -- cgit 1.2.3-korg