Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. LDAP User Authentication
  16. Auditing
  17. Running Jobs from External Applications
  18. Upgrading Oracle History Data
  19. Upgrading PeopleSoft History Data
  20. Data Archive Maintenance
  21. Storage Classifications
  22. Appendix A: Datetime and Numeric Formatting
  23. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator Guide

Step 1. Create the KeyStore and Encryption Certificate

Step 1. Create the KeyStore and Encryption Certificate

The KeyStore and encryption certificate are used by both the identity provider and Data Archive. Run the following commands to generate the KeyStore and certificate.
  1. Run the KeyStore command.
    “ keytool -genkeypair -alias testkey01 -dname cn=INVR7ILM90.informatica.com -validity 3650 -keyalg RSA -keysize 1024 -keypass testkey01 -keystore c:/generatedKeys -storepass testkey01 “
    In this example:
    • "testkey01" is the KeyStore alias name.
    • "INVR7ILM90.informatica.com" is the Data Archive host machine.
    • "c:/generatedkeys" is the location where the KeyStore is generated with the name "generatedkeys." You can use any name and choose any file path.
    • "testkey01" is the KeyStore password.
  2. Run the certificate command.
    “ keytool -export -keystore c:/generatedKeys -alias testkey01 -file c:/cert.cer “
    In this example, "cert.cer" is the certificate name and can by anything.
    The command prompts you for a password.
  3. Enter the KeyStore password (storepass) used in the KeyStore command.

0 COMMENTS

We’d like to hear from you!