生成 SSL 证书 - 7.3

Talend安装指南

Version
7.3
Language
中文(简体)
Operating system
Windows
Subscription type
订阅
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30
要配置 Talend Data Stewardship 以使用安全套接字层 (SSL) 协议安全运行,您需要首先生成可信签名证书。

步骤

  1. 生成 SSL 证书。
    有关如何生成密钥库文件的更多信息,请参阅如何生成密钥库文件
  2. 以管理员身份,使用以下命令将证书导入您的 JVM:
    keytool -import -trustcacerts -file <certificate_path> -alias <certificate_name> -keystore "%JAVA_HOME%/jre/lib/security/cacerts".

结果

Talend Data Stewardship 仅支持使用 Java 密钥库 (.jks) 格式来存储密钥和证书。