Versions Compared

Key

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

...

To view this file, run 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.


Tip

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

We recommend adding the keytool PATH in the Windows environment variables


Code Block
languagetext
keytool -list -v -keystore <chariot_install_dir>/security/clientcerts.jks

...