summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/entry.sh
diff options
context:
space:
mode:
authordhebeha <dhebeha.mj71@wipro.com>2020-10-13 21:24:08 +0530
committerVijay Venkatesh Kumar <vv770d@att.com>2020-10-29 15:51:08 +0000
commitd62189b6e58dae52beec4a7324b8c4954c54f734 (patch)
treefd7ee41364619a83cfbefee6fd0df20dd7acaa2d /components/slice-analysis-ms/entry.sh
parent282c334df41f73d2afbc22a3abc5e665f046e7d0 (diff)
- Fix certificate issue for authenticated topic - Fix consumer thread issue Issue-ID: DCAEGEN2-2485 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I91fe9b1b86579da7142955ac7adaa25ac4bc22e9 (cherry picked from commit fadaccdb8396a178134ef95982e96ed8a5cddc26)
Diffstat (limited to 'components/slice-analysis-ms/entry.sh')
-rw-r--r--components/slice-analysis-ms/entry.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/entry.sh b/components/slice-analysis-ms/entry.sh
new file mode 100644
index 00000000..2859fe93
--- /dev/null
+++ b/components/slice-analysis-ms/entry.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+export trustpass=`cat /opt/app/sliceanalysisms/etc/cert/trust.pass`
+java -Djavax.net.ssl.trustStore=/opt/app/sliceanalysisms/etc/cert/trust.jks -Djavax.net.ssl.trustStorePassword=$trustpass -jar /bin/application.jar \ No newline at end of file