Step 3: Importing the CA Certificate

Once you receive the signed certificate from the CA, you must import it.

To import the certificate, execute the following command, typing it as one continuous string without including any return characters:

keytool -import  
-alias ca  
-file d:\work\ca.cer  
-keypass ca  
-keystore d:\work\fathomstore 
-storepass roadrunner  

Where:


Copyright © 2008 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095