Create a Certificate and import to KeyStore file in PeopleSoft System.
Add “SSL_KEY_STORE_PATH” in the Identity Manager (IDM) or Development system to set the "SSL_KEY_STORE_PATH" as an environment variable for respective Operating Systems (OS) as follows.
Linux OS
SSL_KEY_STORE_PATH=<path>\keystore
For Ex: SSL_KEY_STORE_PATH= /root/drivers/psoft/keystore
Windows OS
SSL_KEY_STORE_PATH=<path>\keystore
For Ex: SSL_KEY_STORE_PATH= E:\PeopleSoft\PeopleSoft_8_59\Certificates\keystore
Copy the created TrustStore/KeyStore file to the Identity Manager Machine.
Follow the steps to add Java Virtual Machine (JVM) Options in Identity Console.
Click the IDM Administration tile.
On the Driver Dashboard, click the upper right corner of the driver set to display the Action menu.
Select Driver Set Properties.
Expand the Java Environment Parameters section to move to JVM Options.
Enter TrustStore/Keystore file path and password -
File Path -Djavax.net.ssl.TrustStore=PeopleSoft created TrustStore/Keystore
Ex: -Djavax.net.ssl.TrustStore=/home/certificates/keystore -
Password: -Djavax.net.ssl.TrustStorePassword
Ex: -Djavax.net.ssl.TrustStorePassword=password
Restart eDirectory.
NOTE:If the Certificate expires, generate a new KeyStore executing the above steps.