Self signed Certificate In Weblogic for https communication

Опубликовано: 06 Октябрь 2024
на канале: S & S Technical Training Institute
8,700
99

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