RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Mirou, Antoine
> How do I know for certain that I didn't import into the Java > installation's system-wide > Keystore? I used the keytool command below to import the cert. I don't > believe I imported my cert into the system-wide keystore but I am not 100% > certain. > > keytool -import -alias tomcat -trust

RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Will Holmes
t -alias tomcat -trustcacerts -file mythawtecert.txt -keystore [keystorename] Thanks!! Will -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 9:27 AM To: Tomcat Users List Cc: 'Martin Gainty' Subject: Re: Importing an existing SSL cert

Re: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, Will Holmes wrote: > I would be going from JDK version 1.4 to 1.5 or later. So it sounds like > I will have to generate a CSR for the new JDK version and I will have to > involve my CA by reissueing the cert. I am thinking correctly? So there

RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Will Holmes
for the reply? Will -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 8:45 AM To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: Re: Importing an existing SSL cert into a newer JDK version Hi Will- Generate private key $JAVA_HOME/bin

Re: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Martin Gainty
m I correct? > > Thanks again!! > Will > > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 18, 2007 11:19 PM > To: Tomcat Users List > Subject: Re: Importing an existing SSL cert into a newer JDK version > > Will Holmes w

RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Will Holmes
] Sent: Sunday, March 18, 2007 11:19 PM To: Tomcat Users List Subject: Re: Importing an existing SSL cert into a newer JDK version Will Holmes wrote: > Mark, > > Do you know if I have to regenerate a CSR and do a reissue with our CA or can I import the existing cert? As far as I

Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Mark Thomas
Will Holmes wrote: > Mark, > > Do you know if I have to regenerate a CSR and do a reissue with our CA or > can I import the existing cert? As far as I know, the keystore files are the same format so you can just re-use the file. There should be no need to go back to our CA. Mark ---

Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will Holmes
Mark, Do you know if I have to regenerate a CSR and do a reissue with our CA or can I import the existing cert? Thanks Will -- Original Message -- From: Mark Thomas <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" Date: Sun, 18 Mar 2007 20:41:02 -0400

Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Mark Thomas
Will & Kim Holmes wrote: > Hello all, > > I need to upgrade my JDK to a newer version but I have imported a SSL > cert on the current JDK version. Does anyone know how to import an > existing SSL cert into a newer JDK version? The keystore should work with the newer version. You will need to r

Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will & Kim Holmes
Hello all, I need to upgrade my JDK to a newer version but I have imported a SSL cert on the current JDK version. Does anyone know how to import an existing SSL cert into a newer JDK version? Thanks Will _ i'm making a diffe