Description Syntax Example addSelfSignedCertificate

Configuring SSL in Oracle Fusion Middleware 6-43

6.9.5.3 Examples

The following command configures SSL attributes specified in the properties file tmpssl.properties for Oracle Virtual Directory instance ovd1 in application server instance inst1, for listener listener1: wls:mydomainserverConfig configureSSLinst1, ovd1, ovd, listener1,tmpssl.properties The following command configures SSL attributes without specifying a properties file. Since no file is provided, the default SSL attribute values are used: wls:mydomainserverConfig configureSSLinst1, ovd1, ovd, listener2

6.9.6 createKeyStore

Online command that creates a JKS keystore.

6.9.6.1 Description

This command creates a Java keystore JKS for the specified Oracle Virtual Directory instance. For keystore file location and other information, see Section 8.3.6.1, Location of Keystores.

6.9.6.2 Syntax

createKeyStoreinstName, compName, compType, keystoreName, password

6.9.6.3 Example

The following command creates JKS file keys.jks with the password password for Oracle Virtual Directory instance ovd1 in application server instance inst1: wls:mydomainserverConfig createKeyStoreinst1, ovd1, ovd,keys.jks, password

6.9.7 createWallet

Online command that creates an Oracle wallet.

6.9.7.1 Description

This command creates an Oracle wallet for the specified component instance Oracle HTTP Server, Oracle WebCache or Oracle Internet Directory. Wallets can be of password-protected or auto-login type. For wallet details, see Chapter 8, Managing Keystores, Wallets, and Certificates.

6.9.7.2 Syntax

createWalletinstName, compName, compType, walletName, password Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance. compType Specifies the type of component. Valid value is ovd. keystoreName Specifies the filename of the keystore file to be created. password Specifies the keystore password. 6-44 Oracle Fusion Middleware Administrators Guide

6.9.7.3 Examples

The following command creates a wallet named wallet1 with password password, for Oracle HTTP Server instance ohs1 in application server instance inst1: wls:mydomainserverConfig createWalletinst1, ohs1, ohs,wallet1, password The following command creates an auto-login wallet named wallet2 for Oracle WebCache instance wc1, in application server instance inst1: wls:mydomainserverConfig createWalletinst1, wc1, webcache,wallet2,

6.9.8 deleteKeyStore

Online command that deletes a keystore.

6.9.8.1 Description

This command deletes a keystore for a specified Oracle Virtual Directory instance.

6.9.8.2 Syntax

deleteKeyStoreinstName, compName, compType, keystoreName

6.9.8.3 Example

The following command deletes JKS file keys.jks for Oracle Virtual Directory instance ovd1 in application server instance inst1: wls:mydomainserverConfig deleteKeyStoreinst1, ovd1, ovd,keys.jks

6.9.9 deleteWallet

Online command that deletes an Oracle wallet.

6.9.9.1 Description

This command deletes an Oracle wallet for the specified component instance Oracle HTTP Server, Oracle WebCache or Oracle Internet Directory. Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance. compType Specifies the type of component. Valid values are oid, ohs, and webcache. walletName Specifies the name of the wallet file to be created. password Specifies the wallet password. Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance. compType Specifies the type of component. Valid value is ovd. keystoreName Specifies the name of the keystore file to delete.