Configuring the Keystore and Modifying the Credential Store

  To configure the keystore and modify the credential store:

  1. Complete the steps in Configuring the Keystore for Oracle Web Services Manager to create a keystore and assign the keystore to the EPM System WebLogic domain.

  2. From MIDDLEWARE_HOME/oracle_common/common/bin, run wlst.cmd.

  3. Enter connect() and then enter the WebLogic Administrator user name and password.

  4. Enter the following commands, in order:

    createCred(map="oracle.wsm.security",key="epmpcm.credentials",user="orakey",password="welcome1",desc="User credentials Key")
    updateCred(map="oracle.wsm.security",key="keystore-csf-key",user="orakey",password="welcome1",desc="Keystore Key")
    updateCred(map="oracle.wsm.security",key="enc-csf-key",user="orakey",password="welcome1",desc="Encryption Key")
    updateCred(map="oracle.wsm.security",key="sign-csf-key",user="orakey",password="welcome1",desc="Signing Key")