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 Oracle Utilities Application Framework truststore file.
Perform the following commands:
1. Start WebLogic.
2. Initialize a command shell and setup the environment by running the following:
Linux/UNIX
$SPLEBASE/bin/splenviron.sh -e <YOUR_ENVIRONMENT_NAME>
 
For example:
/ouaf/TEST_ENVIRON1/bin/splenviron.sh -e TEST_ENVIRON1
 
Windows
%SPLEBASE%\bin\splenviron.cmd -e <YOUR_ENVIRONMENT_NAME>
 
For example:
D:\ouaf\TEST_ENVIRON1\bin\splenviron.cmd -e TEST_ENVIRON1
 
3. Run the following script to generate all information:
Linux/UNIX
$SPLEBASE/bin/initialSetup.sh -i
 
Windows
%SPLEBASE%\bin\initialSetup.cmd –i
 
Note: This needs to be performed before deploying the IWS application.