Cisco Cisco Email Security Appliance C390 기술 참조

다운로드
페이지 448
Table 3-26
domainkeysconfig Signing Keys Options
Argument
Description
--generate_key
--use_key
--public_key
 
42
Cisco AsyncOS 8.0.1 CLI Reference Guide
 
Chapter  
  •
Edit a signing key:
domainkeysconfig keys edit <key_name> key <key-options>
  •
Rename an existing signing key:
domainkeysconfig keys edit <key_name> rename <key_name>
  •
To specify a public key:
domainkeysconfig keys publickey <key_name>
  •
Delete a key:
domainkeysconfig keys delete <key_name>
  •
Display a list of all signing keys:
domainkeysconfig keys list
  •
Display all information about a specify signing key:
domainkeysconfig keys print <key_name>
  •
Import signing keys from a local machine:
domainkeysconfig keys import <filename>
  •
Export signing keys from the IronPort appliance:
domainkeysconfig keys export <filename>
Generate a private key.  Possible key-length values 
(in bits) are 
512
768
1024
1536
, and 
2048
.
Use supplied private key.
Flag to derive and print to the screen a matching 
public key for the specified private key.  If 
--generate_key
 is specified first, a new private key 
is generated first, followed by the display of a 
matching public key.