Skip to main content Skip to complementary content

Configuration with an existing keystore

About this task

If you already have a keystore with a valid SSL certificate. For example, the one used with Talend Administration Center. You can configure the start_tcmp.bat or the start_tcmp.sh file as follows:

Procedure

  1. Open the start_tcmp.bat or the start_tcmp.sh file depending on your OS.
  2. Copy and paste the following content.
    • For Windows:
      java ^
       -jar %tcmp% ^
       --server.ssl.key-store= <keystore file name> ^
       --server.ssl.key-store-password= <keystore password> ^
       --server.ssl.key-store-ORIGIN= <keystore ORIGIN: pkcs12 ot jks> ^
       --server.ssl.key-alias= <certificate alias in the keystore> ^
       --server.ssl.key-password= <certificate password> ^
       --server.port=%HTTPS_PORT%
    • For Linux:
      java \
       -jar $tcmp \
       --server.ssl.key-store= <keystore file name> \
       --server.ssl.key-store-password= <keystore password> \
       --server.ssl.key-store-ORIGIN= <keystore ORIGIN: pkcs12 ot jks> \
       --server.ssl.key-alias= <certificate alias in the keystore> \
       --server.ssl.key-password= <certificate password> \
       --server.port=$HTTPS_PORT

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!