Skip to content

Commit

Permalink
Deploy APIML keystore
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Plavjanik <[email protected]>
  • Loading branch information
plavjanik committed Nov 29, 2018
1 parent e6beb50 commit 8ffc46d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
npm-debug.log
testem.log
/typings
build.log

# e2e
/e2e/*.js
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
# This program and the accompanying materials are
# made available under the terms of the Eclipse Public License v2.0 which accompanies
# this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Copyright Contributors to the Zowe Project.
#!/bin/sh
ant buildAll

# This program and the accompanying materials are
Expand Down
6 changes: 6 additions & 0 deletions deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,19 @@
<include name="zluxserver.json"/>
<include name="server.cert"/>
<include name="server.key"/>
<include name="zlux.keystore.cer"/>
<include name="zlux.keystore.key"/>
<include name="apiml-localca.cer"/>
</fileset>
</copy>
<exec if:set="isZos" executable="sh">
<arg line="-c 'cp -pR
${home}/config/zluxserver.json
${home}/config/server.cert
${home}/config/server.key
${home}/config/zlux.keystore.cer
${home}/config/zlux.keystore.key
${home}/config/apiml-localca.cer
${deploy}/instance/ZLUX/serverConfig'"/>
</exec>

Expand Down

0 comments on commit 8ffc46d

Please sign in to comment.