キーストアの生成 - 7.3
Talendインストールガイド
- Version
- 7.3
- 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 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
手順
-
ターミナルを開き、ディレクトリーを<root>/keystoresに変更します。ここで、
<root>
はTalend JobServerパスを表します。
-
keytool -genkey -keystore <myKeystoreName> -keyalg RSA
と入力します。<myKeystoreName>
は、作成しているキーストアの名前を表します。
-
KeyStoreのパスワードを2回入力し、必要であればその他のオプション情報(名前、組織名、状態など)も入力します。
-
yes
と入力して情報を確認します。
-
以前に定義したパスワードを入力します。<root>/keystoresに新しいKeyStoreファイルが作成されます。