Table of Contents

Search

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

Installation and Configuration Guide

Installation and Configuration Guide

Verifying the Product 360 Keystore Files

Verifying the Product 360 Keystore Files

Ensure that you have keystore files created for the Product 360 Supplier Portal and the Product 360 Server.

Keystore File of the Product 360 Supplier Portal

You can find the details about the keystore file of the Product 360 Supplier Portal in the
configuration.properties
file located in the following directory:
<Product 360 Supplier Portal installation directory>/configuration
Use the following parameters to verify the keystore file details:
  • keystore.location
  • keystore.password
The following sample text shows the keystore file details:
################################################################################ ### Keystore settings # Defines the file location of the keystore to use keystore.location = file:D:/Informatica/SupplierPortal/keystore/supplierPortalKeystore.jks # Defines the password of the keystore defined via ${keystore.location} property keystore.password = secret
You must also set the
integration.s360.certificate.alias
parameter to infaPortal, which is the alias name of the Supplier 360 certificate that must be added to the keystore file.
The following sample text shows the
integration.s360.certificate.alias
parameter set to infaPortal:
################################################################################ ### Informatica Supplier 360 integration # Only used for Informatica Supplier 360 integration # Informatica Product 360 Supplier Portal provides a authentication method to perform a login via token verification. # This property defines the alias of the certificate used to verify the login token. # The keystore defined with ${keystore.location} needs to contain a certificate with alias configured by this property. integration.s360.certificate.alias=infaPortal

Keystore File of the Product 360 Server

You can find the details about the keystore file of the Product 360 Server in the
networkConfig.xml
file located in the following directory:
<Product 360 Server installation directory>/clusterix/configuration/clusterix
The
keyStore
tag contains the keystore file details.
The following sample code shows the keystore file location and the keystore password:
<keyStore> <file>D:/Informatica/Product360/keystore/p360serverKeystore.jks</file> <password>secret</password> </keyStore>

0 COMMENTS

We’d like to hear from you!