Importing Keystores/Truststores
While your application supplies a default keystore and truststore, it is possible to import existing keystores and truststores from alternative sources (such as a corporate level set of stores or from a trusted CA authority).
To import a keystore or truststore the following process should be followed:
Logon to the machine you have made the changes upon as the product administrator.
If you have not already done so, use the splenviron utility to set the environment variables for the product environment.
Ensure the KS_IMPORT_KEYSTORE_FOLDER or TS_IMPORT_KEYSTORE_FOLDER is set in the ENVIRON.INI prior to continuing. These are the locations the files to be imported will be located for keystores and truststores respectively.
Copy the new keystore or truststore to the locations specified in the KS_IMPORT_KEYSTORE_FOLDER or TS_IMPORT_KEYSTORE_FOLDER respectively.
Execute the initialSetup.sh –s | -S to import the keystore (-s) or truststore (-S) successfully.