キーの生成 - 8.0

Talendインストールガイド

Version
8.0
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 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

手順

  1. Keystoreを保存するフォルダーを作成します。
  2. コマンドプロンプトを開きます。
  3. cdコマンドを使って、作成したフォルダーに移動します。
  4. 以下のコマンドを実行します:
    <JAVA_HOME>/bin/keytool.exe -genkey -keystore <myKeystoreName> -keyalg RSA
    <JAVA_HOME>をJavaがインストールされているフォルダーへのパスで、<myKeystoreName>をKeystoreの名前で置き換えます。
  5. Keystore用に作成するパスワードを、2回入力します。その後、必要に応じて、自分の名前や組織の名前などの他のオプション情報を入力します。
  6. yesを入力して、入力した情報を確認します。
  7. 以前に定義したパスワードを入力します。