summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-07-25 19:18:15 +0000
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-07-25 20:40:57 +0000
commit312e99b0db6b329c7e4c95768ac186e324666eca (patch)
tree1afe39ee6b4f758a5b10923a7d2e75d0a35d8eb9 /ms
parent961f4b1e3b91ffa3821d02ac4a57cd207e8081bb (diff)
Import ONAP root CA to CDS Blueprint Processor Java Truststore
Issue-ID: CCSDK-1534 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Id5de634af72fc4a5962867f279d51fa35de25619 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Diffstat (limited to 'ms')
-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
a id='n181' href='#n181'>181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219