Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the Two-Way handshaking to work we need to set the truststore on Chariot. By default Chariot comes with an empty truststore file which is located in the <chariot_install_dir>/chariot/security folder.

To view this file, run the ‘keytool -list -v -keystore clientcerts.jks’ command as shown below:the command as shown below. You will be required to enter the keystore password and this can be found in the <chariot_install_dir>/conf/com.cirruslink.chariot.system configurationfile as the "trustStorePassword" parameter.

Code Block
languagetext
keytool -list -v -keystore clientcerts.jks


Tip
Keytool is part of the standard java distribution and is located in the bin sub-directory of your jdk is installation directory. Chariot will always include a java distribution under the <chariot_install_dir>/lib/runtime

Update Chariot Clients Authentication Policy

Using a text editor, set the "clientAuthPolicy" to "required" in the <chariot_install_dir>/chariot/conf/com.cirruslink.chariot.server configurationfile.

...