Deleting a Wallet Using Fusion Middleware Control

8-30 Oracle Fusion Middleware Administrators Guide Fields marked with an asterisk are required. 4. Click OK. 5. The new CR is generated and a dialog box appears with the CR in the text box. You can either: ■ Copy and paste the Base64-encoded certificate request to a file. ■ Export it directly to a file with the Export Certificate Request button.

8.4.7.2 Adding a Certificate Request Using WLST

Assuming the instance name is inst1, use this command to add a certificate request for a wallet: addCertificateRequestinst1, oid1, oid, selfsigned, password, subject_ dn, key_size where password is the password for this wallet, subject_dn is the distinguished name by which the certificate request is generated and key_size is the key size in bits. 8.4.7.3 Exporting a Certificate, Certificate Request, or a Trusted Certificate Using Fusion Middleware Control Take these steps to export a certificate, a certificate request CR, or a trusted certificate: 1. Navigate to the Certificate Management page. See Section 8.4.6, Accessing the Certificate Management Page for Wallets in Fusion Middleware Control. 2. Select the certificate, CR, or trusted certificate and click Export. Managing Keystores, Wallets, and Certificates 8-31 3. A dialog box appears with the certificate, CR, or trusted certificate in the text box. You can either: ■ Copy and paste the Base64-encoded certificate to a file. ■ Export it directly to a file with the Export Certificate or Export Trusted Certificate button.

8.4.7.4 Exporting a Certificate, Certificate Request, or a Trusted Certificate Using WLST

Assuming the instance name is inst1, use this command to export a certificate request: exportWalletObjectinst1, oid1, oid, selfsigned, password, CertificateRequest, tmp, subject_dn where password is the password for this wallet, tmp is the path under which the certificate request is exported in BASE64 format in the file base64.txt, and subject_dn is the distinguished name of the certificate request that is exported. To export a certificate or trusted certificate, replace CertificateRequest in the above command with Certificate or TrustedCertificate.

8.4.7.5 Importing a Certificate or a Trusted Certificate Using Fusion Middleware Control

Take these steps to import a certificate or a trusted certificate: 1. Navigate to the Certificate Management page. See Section 8.4.6, Accessing the Certificate Management Page for Wallets in Fusion Middleware Control. 2. Click Import. 3. In the Import Certificate dialog, you can select either a certificate or a trusted certificate. 4. There are two ways to do the import: ■ Paste the Base64-encoded certificate or trusted certificate in the text box. ■ Use the file selector to browse your file system to locate a file containing the Base64-encoded certificate or trusted certificate. Note: You cannot use Fusion Middleware Control to import DER-encoded certificates or trusted certificates into an Oracle wallet. Use one of these tools instead: ■ Oracle Wallet Manager or ■ orapki command-line tool