Search This Blog

Tuesday, January 12, 2010

Default key store information for weblogic

If you are connecting to the server you need to know where the key stores live, so here is a table with all the default values in:
Property
Value
Trust store location
%ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoTrust.jks
Trust store password
DemoTrustKeyStorePassPhrase
Key store location
%ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoIdentity.jks
Key store password
DemoIdentityKeyStorePassPhrase
Private key password
DemoIdentityPassPhrase


Sample import command :

C:\bea\wlserver_10.0\server\lib>keytool -import -alias local -file C:\SMS\cert\
local-ssl.cer -keystore DemoTrust.jks -storepass DemoTrustKeyStorePassPhrase

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts