Re: CSR in Tomcat 5.0

2004-12-17 Thread David Wall
erts -file certfilegiventoyoubyCA -keystore yourkeystorefilename Good luck, David - Original Message - From: "Richard Panek" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 9:30 AM Subject: RE:

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