для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 8770
  ORBEM Configuration Mode Commands 
ssl-auth-policy  ▀   
 
Command Line Interface Reference, StarOS Release 16  ▄  
 
   
7303 
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 | auth-once | auth-once-fail | auth-peer | auth-peer-fail
 
Default: 
auth-none
 
auth-none
: ORBEM server does not authenticate the peer 
auth-once
: ORBEM server authenticates the peer once (no fail) 
auth-once-fail
: ORBEM server authenticates the peer once (fail if no certificate) 
auth-peer
: ORBEM server authenticates the peer every time (no fail) 
auth-peer-fail
: 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