6.4 SSL Configuration for PeopleSoft Application

  1. Create a Certificate and import to KeyStore file in PeopleSoft System.

  2. 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

      Go to SSL_KEY_STORE_PATH=<path>\keystore

      For Ex: SSL_KEY_STORE_PATH= /root/drivers/psoft/keystore

    • Windows OS

      Go to SSL_KEY_STORE_PATH=<path>\keystore

      For Ex: SSL_KEY_STORE_PATH= E:\PeopleSoft\PeopleSoft_8_59\Certificates\keystore

  3. Copy the created TrustStore/KeyStore file to the Identity Manager Machine.

  4. Add Java Virtual Machine (JVM) Options in iManager as follows.

    iManager --> Driver Set --> Edit Driver Set Properties --> Misc --> 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

  5. Restart the eDirectory.

NOTE:If the Certificate expires, generate a new KeyStore executing the above steps.