Creating a Keystore Using WLST Exporting a Keystore Using Fusion Middleware Control

8-10 Oracle Fusion Middleware Administrators Guide 3. A dialog box appears on which you must enter the current password and enter a new password. The new password must be entered a second time to confirm. 4. Click OK to change the password. In future, any operations performed on this keystore or its certificates will require the use of the new password.

8.3.3.10 Changing the Keystore Password Using WLST

Assuming the instance name is inst1, use this command to change the keystore password: changeKeyStorePasswordinst1, ovd5, ovd, demojks, current_password, new_password where current_password is the current password for this keystore, and new_ password is the new password.

8.3.4 Managing the Certificate Life Cycle

Typical life cycle events for a certificate residing in a keystore are as follows: ■ A self-signed certificate is automatically created for the keypair. ■ A certificate signing request CSR is generated, and can then be exported to a file. ■ Certificates are imported into the keystore. A certificate can either be pasted into a text box or imported from the file system. You can import both user certificates and trusted certificates also known as CA certificates in this way. ■ Certificates or trusted certificates are exported from the keystore out to a file. ■ Certificates or trusted certificates are deleted from the keystore.

8.3.5 Common Certificate Operations

This section describes the following common certificate operations: ■ Generating a New Key for the Keystore Using Fusion Middleware Control ■ Generating a New Key for the Keystore Using WLST ■ Generating a Certificate Signing Request Using Fusion Middleware Control ■ Generating a Certificate Signing Request Using WLST ■ Importing a Certificate or Trusted Certificate into a Keystore Using Fusion Middleware Control ■ Importing a Certificate or Trusted Certificate into a Keystore Using WLST See Also: Section 6.9.3, changeKeyStorePassword . Managing Keystores, Wallets, and Certificates 8-11 ■ Exporting a Certificate or Trusted Certificate from the Keystore Using Fusion Middleware Control ■ Exporting a Certificate or Trusted Certificate from the Keystore Using WLST