Cisco Cisco Packet Data Gateway (PDG)

Pagina di 1868
ssl-auth-policy
Configures the SSL peer authentication policy used by the ORBEM server.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > ORBEM Configuration
configure > orbem
Entering the above command sequence results in the following prompt:
[local]
host_name
(config-orbem)#
Syntax Description
ssl-auth-policy { auth-none | auth-once | auth-once-fail | auth-peer | auth-peer-fail }
auth-none
Specifies that the ORBEM server does not authenticate the peer. This is the default setting.
auth-once
Specifies that the ORBEM server authenticates the peer once (no fail).
auth-once-fail
Specifies that the ORBEM server authenticates the peer once (fail if no certificate).
auth-peer
Specifies that the ORBEM server authenticates the peer every time (no fail).
auth-peer-fail
Specifies that the ORBEM server authenticates the peer every time (fail if no certificate).
Usage Guidelines
Use to configure the peer authentication policy used by the SSL transport of ORBEM.
Examples
The following command sets the policy to authenticate the peer once without failure.
ssl-auth-policy auth-once
Command Line Interface Reference, Modes I - Q, StarOS Release 19    
1111
ORBEM Configuration Mode Commands
ssl-auth-policy