SOA certification import using keytool
1)Login as soauser and append below environment variables in .profile export SOA_HOME=/DEVSOA/product/SOASuite export JAVA_HOME=$SOA_HOME/jdk export PATH=$SOA_HOME/opmn/bin:$SOA_HOME/OPatch:$JAVA_HOME/bin:$PATH export KEYSTORE=$JAVA_HOME/jre/lib/security/cacerts 2) create a directory “certs” in /local/home/ Place all third party trusted…
Read More