Statement
| Value
|
---|---|
LocalPortRange
| PowerExchange Listener port number.
|
Jobname
| PowerExchange Listener job name.
|
Direction
| Direction of communication. Specify
Inbound to indicate that communication proceeds from client to Listener.
|
TTLSGroupActionRef
| References an existing
group_action that is defined in another section of the policy file.
|
TTLSEnvironmentActionRef
environment_action
| References an existing
environment_action that is defined in another section of the policy file.
|
TTLSRULE JOB_JBBV861 { LocalPortRange 13132 Jobname JBBV861 Direction Inbound TTLSGroupActionRef gActEnableTTLS TTLSEnvironmentActionRef eActServerDefault }
Statement
| Sub-Statement
| Value
|
---|---|---|
TTLS Group Action
| TTLSEnabled
| On
|
TTLS Group Action
| CtraceClearText
| Off
|
TTLS Group Action
| Trace
| 7
|
TTLSEnvironmentAction
| HandshakeRole
| For servers, specifies one of the following values:
|
TTLSEnvironmentAction
| TTLSCipherParmsRef
| References the TTLSCipherParms statement.
|
TTLSEnvironmentAction
| TTLSKeyRingParmsRef
| References the TTLSKeyRingParms statement.
|
TTLSCipherParms
| V3CipherSuites
| Supported symmetric cipher suites.
|
TTLSKeyRingParms
| Keyring
| Key ring that contains the personal and CA certificates.
|
TTLSGroupAction gActEnableTTLS { TTLSEnabled On CtraceClearText Off Trace 7 } TTLSEnvironmentAction eActServerDefault { HandshakeRole Server TTLSCipherParmsRef cipher1~AT-TLS__Silver TTLSKeyringParmsRef kATTLSkeyring } TTLSCipherParms cipher1~AT-TLS__Silver { V3CipherSuites TLS_RSA_WITH_DES_CBC_SHA V3CipherSuites TLS_RSA_WITH_3DES_EDE_CBC_SHA V3CipherSuites TLS_RSA_WITH_AES_128_CBC_SHA } TTLSKeyRingParms kATTLSkeyring { Keyring ATTLS_keyring }