Configure Truststore and Keystore Files From Docker
Keystore and truststore files are the places where keys for secure communications are stored. Each system component participating in SSL communication requires:
| • | A keystore file (cis_server_keystore.jks) for its own key, which it furnishes to any other component that requests that it authenticate itself. |
| • | A truststore file (cis_server_truststore.jks) for the keys of each other component that it trusts and needs to authenticate |
The files can be accessed from the following location. Use the Nano text editor for editing the truststore and keystore iles:
$ docker exec -it <CONTAINER_NAME> /bin/bash
$ cd $TDV_INSTALL_DIR/conf/server/security
$ nano <filename>
For more information on the SSL Protocol and the Keystore and Truststore files, refer to the Administration Guide, Chapter TDV and SSL Authentication.