How to retrieve the password of OAM keystore
If you ever need it; the password of the default OAM keystore password (which is generated) can be retrieved using:
cd /oracle/middleware/oracle_common/common/bin
./wlst.sh
connect();
domainRuntime()
listCred(map="OAM_STORE",key="jks")
Would you like to change it, use
resetKeystorePassword()
No comments:
Post a Comment