keytool -export \
-keystore $KEYSTORE_FILE \
-keypass $KEY_PWD \
-storepass $STORE_PWD \
-alias $ALIAS \
-file $TAC_CERTIFICATE \
-v
If Talend Administration Center is configured with HTTPS, the continuous deployment Jenkins Job should be configured to include a truststore with the Talend Administration Center certificate imported into it.
Here, $KEYSTORE_FILE is the path of the keystore where the private key and certificate/public key are stored. $TAC_CERTIFICATE is the file name of the exported certificate.