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
committerdhebeha <dhebeha.mj71@wipro.com>2020-10-27 13:15:37 +0530
commitfadaccdb8396a178134ef95982e96ed8a5cddc26 (patch)
treed81b7d33dbc373d0656f969e24783aba2aaeae33 /components/slice-analysis-ms/entry.sh
parent9170fe0e3aad7a336b0f0d08e63b9de127a9f9de (diff)
Fix Issues
- 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
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