Self signed Certificate In Weblogic for https communication
Different Commands used
keytool -genkey -alias mykey -keyalg RSA -keysize 2048 -validity 365 -keypass weblogic1 -keystore identity.jks -storepass weblogic2
keytool -export -alias mykey -file root.cer -keystore identity.jks -storepass weblogic2
keytool -import -alias mykey -file root.cer -keystore trust.jks -storepass weblogic2