Preparation if HTTP is Disabled

Perform the following steps only if HTTP is disabled in the previous release of Security Provider:
  1. Open a command prompt window and change the working directory to the
    scripts
    directory of the new build of Security Provider.
  2. Update the URI for the Security Provider in fta-setup-env file:
  3. Open the setup file from the new directory and update the URI.OR- Execute the following command to set the URI
    set FTA_ENV_SECURITY_LOCAL_URL=https://<hostname>:9043/auth
    For example:
    set FTA_ENV_SECURITY_LOCAL_URL=https://nvussjcedge-pt3.ra-int.com:9043/auth
  4. Execute the following commands to change the Java options to point to your truststore:
    NOTE:
    The below command is a single command appears in two lines. Please combine these two lines into a single line command and then execute the command.
    export JAVA_OPTS=-Djavax.net.ssl.trustStore=<path-to-truststore-file.jks>
    export JAVA_OPTS=-Djavax.net.ssl.trustStorePassword=<password>
    export KC_OPTS=-Djavax.net.ssl.trustStore=<path-to-truststore-file.jks>
    export KC_OPTS=-Djavax.net.ssl.trustStorePassword=<password>
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.