Previous Topic: Mixed Exchange 2007 Environments not Supported

Next Topic: Managing the CAM and CAFT Service for Microsoft Exchange 200x

Activating CAM and CAFT Encryption

To install the encryption key, follow these steps:

  1. Enter the following command at the command prompt to generate your key file:
    #PATH=`cat/etc/catngcampath`/bin:$PATH
    
    	#export PATH
    	#caftkey -g keyfile password
    

    where:

    keyfile is the name you assign to the key file.

    password is the password you assign to the key file.

    Note: The caftkey command and attributes are the same for Win32 platforms.

  2. Install your Public Key on both CAFT Agent and CAFT Admin computers using the previously-generated key file by entering the following command at the command prompt:
    #PATH=`cat/etc/catngcampath`/bin:$PATH
    
    	#export PATH
    	#caftkey -policy_setting keyfile password
    
  3. Recycle the CAM Service on each computer where you install the new Key as follows:
    prompt> camclose              //stop Cam/Caft service and processes
    
    prompt> cam start             //start CAM service and process
    


Copyright © 2010 CA. All rights reserved. Email CA about this topic