Re: CSR in Tomcat 5.0

2004-12-17 Thread David Wall
state, etc.. The password and keystore file name you use will be configured into Tomcat.) To generate the CSR: keytool -certreq -alias tomcat -keyalg RSA -file certreq.csr -keystore yourkeystorefilename Then to import (assuming PKCS#7 encoded): keytool -import -alias tomcat -trustcac

RE: CSR in Tomcat 5.0

2004-12-17 Thread Richard Panek
Ben, The command line doesn't work and will not create the CSR. What was the command line you used? Rich -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 11:08 AM To: Tomcat Users List Subject: Re: CSR in Tomcat 5.0 I've used t

Re: CSR in Tomcat 5.0

2004-12-17 Thread Ben Souther
I've used the -keyalg with -certreq. On Fri, 2004-12-17 at 10:23, Richard Panek wrote: > Anyone have any idea how to properly create a CSR in Tomcat 5.0 to > submit to Verisign? > > > > > > The command line is: > > > > Keytool -certreq -k

CSR in Tomcat 5.0

2004-12-17 Thread Richard Panek
Anyone have any idea how to properly create a CSR in Tomcat 5.0 to submit to Verisign? The command line is: Keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr \ -keystore The problem is that the -keyalg switch does not exist with the syntax for the -certreq switch. I can

Re: Verisign CSR generation for Tomcat

2002-02-07 Thread Jason Barr
x27;ve been trying to locate any documentation on how generate an SSL >certificate(CSR)that can be submitted to Verisign via tomcat, however I've been >unsuccessful in doing so. The link below, only shows how to create a keystore and >this obviously cannot be submitted to a

RE: Verisign CSR generation for Tomcat

2002-02-07 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Garske, Tom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 9:13 PM > To: [EMAIL PROTECTED] > Subject: Verisign CSR generation for Tomcat > > > > I've been trying to locate any documentation on how ge

RE: Verisign CSR generation for Tomcat

2002-02-06 Thread Garske, Tom
Thanks for your help -Original Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 7:40 PM To: Tomcat Users List Subject: RE: Verisign CSR generation for Tomcat See sun's documentation on keytool (included in jdk's): http://ja

RE: Verisign CSR generation for Tomcat

2002-02-06 Thread Artigas, Ricardo Y.
hall be understood as > neither given nor endorsed by the company. > > > -Original Message- > From: Garske, Tom [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 3:13 AM > To: [EMAIL PROTECTED] > Subject: Verisign CSR generation for Tomcat > >

Verisign CSR generation for Tomcat

2002-02-06 Thread Garske, Tom
I've been trying to locate any documentation on how generate an SSL certificate(CSR)that can be submitted to Verisign via tomcat, however I've been unsuccessful in doing so. The link below, only shows how to create a keystore and this obviously cannot be submitted to a CA. If som

Re: CSR

2001-04-23 Thread Mark Johnson
I thought the usual procedure was this: 1. Generate your own private and public keys (and a corresponding .csr file). 2. Submit that .csr file to a Certificate Authority (a CA, eg, Verisign). 3. Get a signed public key back from Verisign. Install it. 4. Now, you have a CA signed public key that

Re: CSR

2001-04-23 Thread Jeff Kilbride
Subject: Re: CSR   I couldn't get tomcat to work with SSL from Verisign because of some strange browser complaints about algorithm mismatch even though everything was set up and created using the correct methods. I was able to get it to work by generating my own key, but obviously not

Re: CSR

2001-04-23 Thread Simon Chatfield
  I couldn't get tomcat to work with SSL from Verisign because of some strange browser complaints about algorithm mismatch even though everything was set up and created using the correct methods. I was able to get it to work by generating my own key, but obviously not from a CA, so not a solution

CSR

2001-04-23 Thread Julie Ruiz
Hi, I am making the enrollment for a certificate from verisign, they ask me for a Server Software Vendor but it doesn´t appear Tomcat, appears Apache. What do I select?? I am using SSL direct, with the keytool. Julie.