Versions Compared

Key

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

...

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

You will see that the truststore contains no entries. Use the following commands to add the Engine and Transmission client side certificates to the truststore using the "trustStorePassword" when prompted:

Code Block
languagetext
keytool -importcert -file ca/engine/engineCA.crt -keystore <chariot_install_dir>/security/clientcerts.jks -alias ca/engine/engineca

** When prompted Trust this certificate? [no]: respond "yes"***

keytool -importcert -file ca/transmission/transmissionCA.crt -keystore <chariot_install_dir>/security/clientcerts.jks -alias ca/transmission/transmissionca

** When prompted Trust this certificate? [no]: respond "yes"***

...