Go to verisign, there is a chain certificate somewhere on the site (I do not remember 
where).
 
Justin

-----Original Message-----
From: Anibal Constante Brito [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 5:37 PM
To: Tomcat UserList
Subject: Importing the Certificate?


Hello:
 
A read this in ssl=howto:
 
*       Import the Chain Certificate into you keystore 

  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
keytool -import -alias root -keystore <your_keystore_filename> \

        -trustcacerts -file <filename_of_the_chain_certificate>
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
*       And finally import your new Certificate 

  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
keytool -import -alias tomcat -keystore <your_keystore_filename> \

        -trustcacerts -file <your_certificate_filename>
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
  <http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>       
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/images/void.gif>     
I recevie a email from verisign with a code (like a certificate that I send to they) 
and I don't know what is a filename_of_the_chain_certificate and 
your_certificate_filename, because the email only have one certificate, and just do 
the first part, I a don't know what to do with other. Please tell me what to test the 
ssl connector. How can I find the chain_certificate and your_certificate_filename, and 
what they mean.
 
best regards.
Owen.

Reply via email to