Versions Compared

Key

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

...

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

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

...

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

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

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:

...