跳到主要内容 跳到补充内容

定义到其它应用的 SSL 连接

Talend Administration Center 中配置到其它应用的安全连接(SSL/TLS)时,您需要在 configuration.properties 文件中指定 keystore.pathkeystore.passwordtruststore.pathtruststore.password 参数。

如您在以前的版本中使用了安全连接,且之前未指定这些参数,请将正确的证书导入到 keystore 和 truststore,并在 configuration.properties 文件中指定 keystore.pathkeystore.passwordtruststore.pathtruststore.password 参数。

步骤

  1. 停止 Tomcat 服务器。
  2. 打开以下文件:
    <ApplicationPath>/WEB-INF/classes/configuration.properties
  3. 取消注释并编辑以下行,以定义您的密钥库路径、密钥库密码、信任库路径和信任库密码:
    #keystore.path=c://keystore
    #keystore.password=changekeystorepass
    #truststore.path=c://truststore
    #truststore.password=changetruststorepass
  4. 保存您的更改并重新启动您的 Tomcat 服务器。
    密码被 Talend Administration Center 读取后,将被替换为加密的密码。

本页面有帮助吗?

如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们如何改进!