Versions Compared

Key

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

...

You will see that the truststore contains no entries.


Use the following command to add the Engine client side certificate 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"***

 **


Use the following command to add the Transmission client side certificate to the truststore using the "trustStorePassword" when prompted:

Code Block
languagetext
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"* **


Once completed, viewing the file will now show two entries similar to below:

...