Home
Storing the encrypted database password in a stash file
For a secure network connection, you can store the CMS encrypted database password in a stash file.
Complete one of the following steps to store the encrypted database password in a stash file.
- To store the password using the gsk7cmd command-line interface, enter the following command on one line.
/IBM/IHS/bin/gsk7cmd -keydb -create -db <path_to_db>/<db_name> -pw <password> -type cms -expire <days> -stash- If the CMS database has been created, enter the following command on one line to store the password using the gsk7cmd command line interface.
/IBM/IHS/bin/gsk7cmd -keydb -stashpw -db <db_name> -pw <password>
Related concepts
Managing keys with the gsk7cmd command line interface (Distributed systems)