Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

SOA certification import using keytool

$
0
0
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 certifications in certs directory

3) Backup below files

i) $JAVA_HOME/jre/lib/security/cacerts
ii)$SOA_HOME/opmn/conf/opmn.xml

4) Execute below commands to add trusted certificates in keystore

keytool -import -alias servercert -file manageruat-subscribenet-com.crt -keystore $KEYSTORE -storepass changeit
keytool -import -alias servercert1 -file manageruat-flexnetoperations-com.crt -keystore $KEYSTORE -storepass changeit
keytool -import -alias servercert2 -file manager-subscribenet-com-X-509.crt -keystore $KEYSTORE -storepass changeit
keytool -import -alias servercert3 -file manager-flexnetoperations-com.crt -keystore $KEYSTORE -storepass changeit

5) Add below entry in opmn.xml


-Djavax.net.ssl.keyStore=/DEVSOA/product/SOASuite/jdk/jre/lib/security/cacerts -Djavax.net.ssl.keyStorePassword=changeit


6) Bounce opmn services


Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>