Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Channel: Configuration: Security

Configuration Options     Related Tasks     Related Topics

This page allows you to define the security configuration of this network channel.

A network channel is a configurable resource that defines the attributes of a network connection to WebLogic Server. You can use network channels to manage quality of service, meet varying connection requirements, and improve utilization of your systems and network resources.

Configuration Options

Name Description
Channel Identity

Override the server's SSL Identity for this channel.

Two Way SSL Enabled

Specifies whether this network channel uses two way SSL.

MBean Attribute:
NetworkAccessPointMBean.TwoWaySSLEnabled

Secure value: true

Server Private Key Alias

The string alias used to store and retrieve the server's private key in the keystore. This private key is associated with the server's digital certificate.

MBean Attribute:
SSLMBean.ServerPrivateKeyAlias

Custom Channel Private Key Alias

The string alias used to store and retrieve the channel's private key in the keystore. This private key is associated with the server's digital certificate. A value of null indicates that the network channel uses the alias specified in the server's SSL configuration.

MBean Attribute:
NetworkAccessPointMBean.CustomPrivateKeyAlias

Custom Channel Private Key Pass Phrase

The passphrase used to retrieve the server's private key from the keystore. This passphrase is assigned to the private key when it is generated. A value of null indicates that the network channel uses the pass phrase specified in the server's SSL configuration.

MBean Attribute:
NetworkAccessPointMBean.CustomPrivateKeyPassPhrase

Client Certificate Enforced

Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel.

MBean Attribute:
NetworkAccessPointMBean.ClientCertificateEnforced

Secure value: true

Related Tasks

Related Topics


Back to Top