Re: help needed - keytool import of CA certs

2004-04-13 Thread Robert Hall
Thanks, Bill. I need to get better at digging through the archives ;-) Robert Bill Barker wrote: 3. What else is needed in addition to an existing server cert file if you don't have to go through the CSR process? If you used keytool to generate the original CSR, then you have to

RE: help needed - keytool import of CA certs

2004-04-12 Thread D'Alessandro, Arthur
Robert, First thing, tomcat looks for the users home folder of whom is running tomcat for .keystore, if this is not available, or you wish to move the keystore, you can state so in the Connector within server.xml Another thing, the password defaults to 'changeit', if you wish to have an

Re: help needed - keytool import of CA certs

2004-04-12 Thread Robert Hall
Arthur, Thanks for the reply. Yes, the hostname.crt file is a signed certificate. I've tried importing both with and without the -trustcacerts parameter, the imports are successful, but I get the following exception in JBoss-3.2.3/Tomcat-4.1.29: 16:23:59,561 ERROR [PoolTcpEndpoint] Endpoint

RE: help needed - keytool import of CA certs

2004-04-12 Thread D'Alessandro, Arthur
I'm not too familiar with Jboss, is it within tomcat? If so, what does your server.xml connector snippplet look like? -Original Message- From: Robert Hall [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:06 PM To: Tomcat Users List Subject: Re: help needed - keytool import

Re: help needed - keytool import of CA certs

2004-04-12 Thread Robert Hall
Subject: Re: help needed - keytool import of CA certs Arthur, Thanks for the reply. Yes, the hostname.crt file is a signed certificate. I've tried importing both with and without the -trustcacerts parameter, the imports are successful, but I get the following exception in JBoss-3.2.3/Tomcat-4.1.29

RE: help needed - keytool import of CA certs

2004-04-12 Thread D'Alessandro, Arthur
, April 12, 2004 8:32 PM To: Tomcat Users List Subject: Re: help needed - keytool import of CA certs JBoss has Tomcat embedded and it uses jboss-service.xml instead of Tomcat's server.xml. The Connector element: Connector className = org.apache.coyote.tomcat4.CoyoteConnector address

Re: help needed - keytool import of CA certs

2004-04-12 Thread Robert Hall
-Original Message- From: Robert Hall [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:32 PM To: Tomcat Users List Subject: Re: help needed - keytool import of CA certs JBoss has Tomcat embedded and it uses jboss-service.xml instead of Tomcat's server.xml. The Connector element: Connector

Re: help needed - keytool import of CA certs

2004-04-12 Thread Bill Barker
Robert Hall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've been floundering for too many hours/days having ventured into the java/keytool/keystore/CAcert realm for the first time to produce a CA signed certificate for JBoss/Tomcat. We have a Verisign/RSA cert, hostname.crt