Versions Compared

Key

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

...

Tip

The commands use openssl and keytool from the command line.

Install the OpenSSL command line tool and add the OpenSSL PATH in the Windows environment variables if necessary

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/jdk11.0.12_7/bin.  We recommend adding Add the keytool PATH in the Windows environment variables if necessary.

You will need to restart your command window to pick up this configuration change.

...

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.

...

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/jdk11.0.12_7/bin

.

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

...