Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Creating a JCEKS Keystore

Creating a JCEKS Keystore

Create a JCEKS keystore to store the Informatica MDM - Product 360 credentials.
  1. Run the following command:
    <JAVA_HOME>\bin\keytool.exe" -genseckey -alias <aliasname_for_keystore> -keyalg <Encryption Algorithm> -keysize <KEY_SIZE> -storetype jceks -keystore <name_of_keystore>.keystore
    Recommended encryption algorithm is AES and key size is 256.
    The following sample command uses AES encryption algorithm and key size of 256:
    C:\Program Files (x86)\Java\jdk1.8.0_91\bin\keytool.exe" -genseckey -alias test -keyalg AES -keysize 256 -storetype jceks -keystore test.keystore
  2. When prompted, provide a keystore password.
    For future use, note the password.
  3. When prompted for key password, press
    Enter
    .
  4. To confirm that the key is generated, run the following command:
    JAVA_HOME\bin\keytool.exe" -list -v -storetype jceks -keystore <name_of_keystore>.keystore
    The first entry with the given alias name appears.

0 COMMENTS

We’d like to hear from you!