diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2020-03-25 15:29:42 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-30 14:22:08 +0000 |
commit | 55afecde29eb4c383d11d5efa3470d156b169c25 (patch) | |
tree | bb60bc143ed5103ac4d1526b22e3eb77cd9d693f /utils/webseal-simulator/sdc-simulator/startup.sh | |
parent | b6a282ed0f584cff4aa4b571bf826bf546616d2a (diff) |
Updated the sdc cert
Also bumping version
Issue-ID: SDC-2855
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I1ee3f155ca50edee4a47b8585d95f9a3f848b94a
(cherry picked from commit a22105ea1e73575bd312450956e6cb6cb51b93a9)
Diffstat (limited to 'utils/webseal-simulator/sdc-simulator/startup.sh')
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/startup.sh b/utils/webseal-simulator/sdc-simulator/startup.sh index 7287b87eda..66add3a75e 100644 --- a/utils/webseal-simulator/sdc-simulator/startup.sh +++ b/utils/webseal-simulator/sdc-simulator/startup.sh @@ -16,7 +16,7 @@ JAVA_OPTIONS=" ${JAVA_OPTIONS} \ -Dlog.home=${JETTY_BASE}/logs \ -Dlogback.configurationFile=${JETTY_BASE}/config/sdc-simulator/logback.xml \ -Djavax.net.ssl.trustStore=${JETTY_BASE}/etc/org.onap.sdc.trust.jks \ - -Djavax.net.ssl.trustStorePassword=].][xgtze]hBhz*wy]}m#lf* \ + -Djavax.net.ssl.trustStorePassword=z+KEj;t+,KN^iimSiS89e#p0 \ -Djetty.console-capture.dir=${JETTY_BASE}/logs" |