[Dev] How to start wso2sever with wso2server.sh start after ciphertoo is executed

2015-02-28 Thread Nuwan Wimalasekara
Hi Once ciphertool is executed, server start ask to provide the keystore password Enter KeyStore and Private Key Password : from command line. So if the server is start ./wso2server.sh start, the password can not be provided. Is there any command lime parameter to pass the password when server

Re: [Dev] How to start wso2sever with wso2server.sh start after ciphertoo is executed

2015-02-28 Thread Nuwan Wimalasekara
Great Thanks Nirodha. It works Thanks, Nuwanw On Sat, Feb 28, 2015 at 6:39 PM, Nirodha Pramod niro...@wso2.com wrote: Hi Nuwan, You have to create a text file called password-tmp (no extenstion) and set the keystore password in it, and save the file in the carbon_home folder. When the

Re: [Dev] How to start wso2sever with wso2server.sh start after ciphertoo is executed

2015-02-28 Thread Udara Rathnayake
Adding to Nirodha, if this is purely for local dev/testing you can create this file as password-persist so it will persists even after server start On Sun, Mar 1, 2015 at 8:18 AM, Nuwan Wimalasekara nuw...@wso2.com wrote: Great Thanks Nirodha. It works Thanks, Nuwanw On Sat, Feb 28, 2015

Re: [Dev] How to start wso2sever with wso2server.sh start after ciphertoo is executed

2015-02-28 Thread Nirodha Pramod
Hi Nuwan, You have to create a text file called password-tmp (no extenstion) and set the keystore password in it, and save the file in the carbon_home folder. When the server is started it reads the password from that file and deletes the file. So if you are restarting again you will have to

Re: [Dev] How to start wso2sever with wso2server.sh start after ciphertoo is executed

2015-02-28 Thread Irham Iqbal
Hi Nuwan, This blog post[1] might help you. There is a patch created by Jayanga that ll provide the facility to pass the password as a parameter(i.e ./ciphertool.sh, -Dconfigure, -Dpassword=password) [1] http://charithaka.blogspot.com/2013/06/how-to-use-securevault-when-wso2- carbon.html Thanks