Importing Self-Signed Certificates
If you are using self-signed certificates and the Inbound Web Services (IWS) feature, 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.
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
Windows
%SPLEBASE%\bin\ initialSetup.cmd –i
Note: Make sure to perform before deploying the IWS application.