Importing the Root Certificate and Intermediate Certificate

Once you receive the commercial certificate in the mail with the signed certificate, use the following command to import the root certificate:

D:\certificate>keytool -import -trustcacerts -alias symantec_root_ca 
-file symantec_trial_root.cer -keystore iway.jks -storepass iwaysoft 

When prompted regarding trust, enter Yes. Then import the intermediate certificate using the following command:

D:\certificate>keytool -import -trustcacerts -alias  
symantec_intermediate_ca -file symantec_trial_intermediate_ca.cer 
-keystore iway.jks -storepass iwaysoft 

WebFOCUS