Importing WebLogic SSL Certificates
If you have integrations that are using SSL, then it is necessary to import these certificates into the OUAF truststore file.
Perform the following commands:
1. Start WebLogic.
2. Initialize a command shell and setup the environment by running the following:
UNIX
$SPLEBASE/bin/splenviron.sh -e $SPLENVIRON
 
For example:
/ouaf/TEST_ENVIRON1/bin/splenviron.sh -e TEST_ENVIRON1
 
Windows
%SPLEBASE%\bin\splenviron.cmd -e %SPLENVIRON%
 
For example:
D:\ouaf\TEST_ENVIRON1\bin\splenviron.cmd -e TEST_ENVIRON1
 
3. Run the following script to generate all information:
UNIX
$SPLEBASE/bin/initialSetup.sh -i [<server>:<port>]
 
Windows
%SPLEBASE%\bin\ initialSetup.cmd –i [<server>:<port>]
 
If [<server>:<port>] are not specified, they will be retrieved from ENVIRON.INI.
Note: This needs to be performed before deploying the IWS application.