21.1 Configurable Keystore
There is a script named configKeystore.py
, which is present
in the project directory at configKeystore.py
. We are using this
script to update keystoreFile
and keystorePass
attributes in the apache tomcat server.xml file. The keystore file name and password
must be sent as command-line arguments to the script. For example, python
configKeystore.py keystoreFileName keystorePassword
.
This keystore file and password are used for making openstack calls.