Updated Branches: refs/heads/master 00a32e1e3 -> c7dfb11f3
Added javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword system properties to cartridge-agent.sh Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/c7dfb11f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c7dfb11f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c7dfb11f Branch: refs/heads/master Commit: c7dfb11f303b51578ab5a72f791dc9a8027c72d4 Parents: 00a32e1 Author: Imesh Gunaratne <[email protected]> Authored: Sat Dec 21 21:43:39 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sat Dec 21 21:43:39 2013 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/bin/cartridge-agent.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c7dfb11f/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh b/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh index cceba0c..b6daf33 100644 --- a/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh +++ b/products/cartridge-agent/modules/distribution/src/main/bin/cartridge-agent.sh @@ -28,6 +28,8 @@ properties="-Dmb.ip=MB-IP -Dmb.port=MB-PORT -Dthrift.receiver.ip=CEP-IP -Dthrift.receiver.port=CEP-PORT + -Djavax.net.ssl.trustStore=../security/client-truststore.jks + -Djavax.net.ssl.trustStorePassword=wso2carbon -Djndi.properties.template.file.path=${script_path}/../conf/templates/jndi.properties.template -Djndi.properties.dir=${script_path}/../conf -Dlog4j.properties.file.path=${script_path}/../conf/log4j.properties
