Import the certificate file into the java keystore file

Import the certificate file of the Visa Directory server into the java keystore file. The 3-D Secure SSL client and trusted root certificates should be added to the java keystore (.jks) file that you specify with the visa_directory_server_keystore_path and visa_directory_server_truststore_path properties. Refer to the WAS Information Center documentation on the use of ikeyman (in the WAS bin directory) to request, import, and manage SSL certificates. For example, with 3-D Secure, merchants are required to request SSL client certificates to use when communicating with the 3-D Secure Directory Server. Additionally, if you are required to trust root certificates other than those which ship with the default WAS keystore, then follow the WAS documentation on adding these root certificates to your keystore.

Related tasks