Cisco Cisco Email Security Appliance C190 Technical References

Page of 314
 
36
Cisco AsyncOS 9.1 for Email CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Domain Keys
Import a file of verification profiles from a local machine:
Export the verification profiles from the appliance:
Delete all existing verification profiles from the appliance:
Batch Format - Signing Keys
Create a new signing key:
Edit a signing key:
Rename an existing signing key:
To specify a public key:
Delete a key:
domainkeysconfig profiles verification import <filename>
domainkeysconfig profiles verification export <filename>
domainkeysconfig profiles verification clear
domainkeysconfig keys new <key_name> <key-options>
Table 3-4
domainkeysconfig Signing Keys Options
Argument
Description
--generate_key
Generate a private key.  Possible key-length values 
(in bits) are 
512
768
1024
1536
, and 
2048
.
--use_key
Use supplied private key.
--public_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.
domainkeysconfig keys edit <key_name> key <key-options>
domainkeysconfig keys edit <key_name> rename <key_name>
domainkeysconfig keys publickey <key_name>
domainkeysconfig keys delete <key_name>