Preparation
if HTTP is Disabled
Perform the following
steps only if HTTP is disabled in the previous release of Security
Provider:
- Open a command prompt window and change the working directory to thescriptsdirectory of the new build of Security Provider.
- Update the URI for the Security Provider in fta-setup-env file:
- Open the setup file from the new directory and update the URI.OR- Execute the following command to set the URIset FTA_ENV_SECURITY_LOCAL_URL=https://<hostname>:9043/authFor example:set FTA_ENV_SECURITY_LOCAL_URL=https://nvussjcedge-pt3.ra-int.com:9043/auth
- 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