Importing Self-Signed Certificates
If you are using self-signed certificates and the Inbound Web Services (IWS) feature, then it is necessary to import these certificates into the OUAF truststore file.
Make sure to perform these steps before deploying the IWS application.
To import the self-signed certificates into the OUAF truststore:
1. Start WebLogic.
2. Initialize a command shell and setup the environment.
UNIX
$SPLEBASE/bin/splenviron.sh -e $SPLENVIRON
 
Example:
/ouaf/TEST_ENVIRON1/bin/splenviron.sh -e TEST_ENVIRON1
 
Windows
%SPLEBASE%\bin\splenviron.cmd -e %SPLENVIRON%
 
Example:
D:\ouaf\TEST_ENVIRON1\bin\splenviron.cmd -e TEST_ENVIRON1
 
3. Generate all information.
UNIX
$SPLEBASE/bin/initialSetup.sh -i [<server>:<port>]
 
Windows
%SPLEBASE%\bin\initialSetup.cmd -i [<server>:<port>]
 
If [<server>:<port>] values are not specified, they will be retrieved from ENVIRON.INI.