You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Rob McGrath (Rite Aid Corp)" <rm...@riteaid.com> on 2003/12/17 16:05:55 UTC

Installation quesiton

Following these 2 commands:

1. keytool -import -alias root -keystore <your_keystore_filename>
-trustcacerts -file <filename_of_the_chain_certificate>

2. keytool -import -alias Tomcat -keystore <your_keystore_filename>
-trustcacerts -file <your_certificate_filename>


Are these the same file? 
The first:
<filename_of_the_chain_certificate> = should be the cert.cer file received
from the CA, no?

In examples I've found, the second:
<your_certificate_filename> = is a *.cer file as well?



Don't know why they'd be referenced differently if they were the same file
though... 
TIA - Rob