Storing the encrypted database in a stash file
For a secure network connection, store the encrypted database password
in a stash file. For Windows platforms, for example, to store the
password while a database is created, enter the following command:
java com.ibm.gsk.ikeyman.ikeycmd -keydb -create
-db your_install_directory\bin\HODServerKeyDb.kdb
-pw <password> -type cms -expire <days> -stash where your_install_directory is your Host On-Demand installation
directory. For Windows platforms, for example, to store the password after
a database has been created, enter the following command:
java com.ibm.gsk.ikeyman.ikeycmd -keydb -stashpw
-db your_install_directory\bin\HODServerKeyDb.kdb -pw <password> where your_install_directory is your Host On-Demand installation
directory.