8 Configure SSL

The configuration of SSL needs to be completed for the installation of the Oracle Banking Branch.

Make sure that the Oracle Weblogic domain with the managed servers is created.

To configure SSL:

  1. Enable SSL in the deployed managed server of plato-api-gateway service and deployed managed server of app shell.
  2. Update the SSL URL in the PLATOUI schema's table PRODUCT_SERVICES_ENV_LEDGER.
    For example, https://<localhost>:<SSL_PORT>.
  3. Update the placeholder value (-Dapigateway.url) in the setUseroverride.sh file to the SSL link.
    For example, JAVA_OPTIONS="${JAVA_OPTIONS} -Dapigateway.url=https://<localhost>:<SSL_PORT>" export JAVA_OPTIONS;
  4. Restart and refresh all the managed servers.