How to Find the Passwords for default-keystore.jks and .xldatabasekey KeyStores from CSF


The passwords for the keystores are saved in CSF - Credential Store Framework -
 filestore ($DOMAIN_ROOT/config/fmwconfig/cwallet.sso) and thus it's accessible via 
CSF API / Mbeans.

$DOMAIN_ROOT/config/fmwconfig/cwallet.sso
$DOMAIN_ROOT/config/fmwconfig/default-keystore.jks

The easiest way to find the password in cleartext is to use the 
JpsCredentialStore MBean via Enterprise Manager:


1. Login to EM


2. Browse to

   WebLogic Domain -> <Domain> -> System MBean Browser
<Domain> : wls_oim
 
 


3. In MBean Browser browse to

   Application Defined MBeans -> com.oracle.jps -> Domain: <Domain>     
   -> JpsCredentialStore

 



4. From Operations tab execute the getPortableCredentialMap operation with
   following parameter:

   Name     Type              Value
   -------- ----------------  ---------------------
   p1       java.lang.String  oim




5. Browse through the provided credential list to get the password  
 in human readable form for the entry you are interested in.
 
 


 












4 comments:

About OIM

Oracle Identity Management enables organizations to effectively manage the end - to - end life - cycle of user ide...

Popular Posts