Technical References

3-40
CLI Reference Guide for AsyncOS 9.7 for Cisco Email Security Appliances
Chapter 3 The Commands: Reference Examples
Domain Keys
Delete a verification profile:
Print details of an existing verification profile:
Display a list of existing verification profiles:
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:
domainkeysconfig profiles verification delete <name>
domainkeysconfig profiles verification print <name>
domainkeysconfig profiles verification list
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>