Description Syntax Example getSSL

4-20 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference index

4.3.15.3 Examples

The following command shows a trusted certificate with index 1 present in keys.jks, for Oracle Virtual Directory instance ovd1, in application server instance inst1: wls:mydomainserverConfig getKeyStoreObjectinst1, ovd1, ovd,keys.jks, password, TrustedCertificate, 1 The following command shows a certificate with index 1 present in keys.jks, for Oracle Virtual Directory instance ovd1, in application server instance inst1: wls:mydomainserverConfig getKeyStoreObjectinst1, ovd1, ovd,keys.jks, password, Certificate, 1

4.3.16 getSSL

Online command that lists the configured SSL attributes.

4.3.16.1 Description

This command lists the configured SSL attributes for the specified component listener. For Oracle Internet Directory, the listener name is always sslport1.

4.3.16.2 Syntax

getSSLinstName, compName, compType, listener

4.3.16.3 Example

The following command shows the SSL attributes configured for Oracle Internet Directory instance oid1, in application server instance inst1, for listener sslport1: wls:mydomainserverConfig getSSLinst1, oid1, oid, sslport1 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. password Specifies the password of the keystore. type Specifies the type of the keystore object to be listed. Valid values are Certificate and TrustedCertificate. index Specifies the index number of the keystore object as returned by the listKeyStoreObjects command. 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 ovd, oid, ohs, and webcache. listener Specifies the name of the component listener. Infrastructure Security Custom WLST Commands 4-21

4.3.17 getWalletObject