Click the plus sign + to expand the Keystore control near the bottom of the page,

10-14 Oracle Fusion Middleware Security and Administrators Guide for Web Services ■ homeOracleMiddlewareoracle_commoncommonbinwlst.sh UNIX ■ C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd Windows When executed, these commands start WLST in offline mode. To use the credential store WLST commands, you must use WLST in online mode. 3. Start Oracle WebLogic Server. For more information, see Start and stop servers in the Oracle WebLogic Server Administration Console Online Help. 4. Connect to the running WebLogic Server instance using the connect command. For example, the following command connects WLST to the Administration Server at the URL myAdminServer.oracle.com:7001 using the usernamepassword credentials weblogicwelcome1: connectweblogic,welcome1,t3:myAdminServer.oracle.com:7001 5. Enter the createCred command to create an entry in the credential store for the keystore name and password as follows: createCredmap=oracle.wsm.security, key=keystore-csf-key, user=owsm, password=welcome1, desc=Keystore key Note that you can enter any value for user. This field is ignored for the keystore-csf-key entry. The value of password must match the password that you specified when you created the keystore as described in Generating Private Keys and Creating the Java Keystore on page 10-9 in this example welcome1. 6. Enter the createCred command to create an entry in the credential store for the signature key alias and password as follows: createCredmap=oracle.wsm.security, key=sign-csf-key, user=orakey, password=welcome1, desc=Signing key The values of user and password must match the alias name and password for the signature key in the keystore that you specified when you created the keystore as described in Generating Private Keys and Creating the Java Keystore on page 10-9. In this example, the values are orakey and welcome1.. 7. Enter the createCred command to create an entry in the credential store for the encryption key alias and password as follows: createCredmap=oracle.wsm.security, key=enc-csf-key, user=orakey, password=welcome1, desc=Encryption key The values of user and password must match the alias name and password for the encryption key in the keystore that you specified when you created the keystore as described in Generating Private Keys and Creating the Java Keystore on page 10-9. In this example, the values are orakey and welcome1.. 8. View the details about a key in the credential store using the listCred command as shown in the following example: listCredmap=oracle.wsm.security, key=enc-csf-key