他のアプリケーションへのSSL接続を定義 - 8.0

Talendインストールガイド

Version
8.0
Language
日本語
Operating system
Linux
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30

Talend Administration Centerの他のアプリケーションにセキュアな接続(SSL/TLS)を設定する場合は、 configuration.propertiesファイルでkeystore.pathkeystore.passwordtruststore.pathtruststore.passwordという各プロパティを指定する必要があります。

前のバージョンでセキュアな接続を使用していたものの、このようなプロパティは設定されていなかった場合は、キーストアとトラストストアに正しい証明書をインポートし、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に読み込まれると、暗号化されたパスワードに置き換えられます。