summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-25 14:22:54 -0400
committersu622b <sunil.unnava@att.com>2018-04-25 14:24:31 -0400
commit61986ce57b32cb8ca7766c5207d34bd3c9b6595a (patch)
treed8c920f86945440138e829e1762205558bf0eedc /src
parent35b26080b50f47547640a4ef8c6aa284f3024a6f (diff)
Added the Keystore
Issue-ID: DMAAP-245 Change-Id: I8dde99c342c96b43fb475c8e6698222976d74853 Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/config/ajsc-jetty.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml
index 7a42776..ee626bb 100644
--- a/src/main/config/ajsc-jetty.xml
+++ b/src/main/config/ajsc-jetty.xml
@@ -87,8 +87,8 @@
<New id="sslContextFactory" class="org.eclipse.jetty.util.ssl.SslContextFactory">
<Set name="KeyStorePath"><SystemProperty name="AJSC_HOME" />/bundleconfig/etc/keystore.jks</Set>
- <Set name="KeyStorePassword">changeit</Set>
- <Set name="KeyManagerPassword">changeit</Set>
+ <Set name="KeyStorePassword">Messaging for All</Set>
+ <Set name="KeyManagerPassword">Messaging for All</Set>
</New>
<Call id="sslConnector" name="addConnector">
<Arg>