Importing Self-Signed Certificates
If you are using self-signed certificates and the Inbound Web Services (IWS) feature, it is required that these certificates are imported into the OUAF truststore file.
To import the self-signed certificates:
1. Start Oracle WebLogic.
2. Initialize a command shell and setup the environment:
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 the information. If the [<server>:<port>] are not specified, they will be retrieved from ENVIRON.INI.
UNIX
$SPLEBASE/bin/initialSetup.sh -i [<server>:<port>]
Windows
%SPLEBASE%\bin\ initialSetup.cmd -i [<server>:<port>]
 
Note: Execute these commands before deploying the IWS application.