Cisco Cisco Packet Data Gateway (PDG)

Seite von 9109
  ORBEM Configuration Mode Commands 
ssl-auth-policy  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
7543 
ssl-auth-policy 
Configures the SSL peer authentication policy used by the ORBEM server. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > ORBEM Configuration 
configure > orbem
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-orbem)# 
Syntax
 
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 
Use to configure the peer authentication policy used by the SSL transport of ORBEM. 
Example
 
The following command sets the policy to authenticate the peer once without failure. 
ssl-auth-policy auth-once