Re: Generating a Keystore

2012-04-18 Thread Victoria Johnson - Kio
Hello James, Thanks for the info below, much appreciated On Tue, Apr 17, 2012 at 9:31 PM, James Lampert wrote: > Victoria Johnson - Kio wrote: > > The text on Apache is really confusing me about setting up SSL on > Tomcat, > >> what do I do with this command >> >> %JAVA_HOME%\bin\keytool -genke

Re: Generating a Keystore

2012-04-18 Thread Victoria Johnson - Kio
> > Hello, > > > > I am having problems generating a keystore, this is my first time > > configuring a server, let alone Tomcat. > > What are your problems, exactly? > > > The text on Apache is really confusing me about setting up SSL on Tomcat, > > what do I

Re: Generating a Keystore

2012-04-18 Thread Pid
On 17/04/2012 21:16, Victoria Johnson - Kio wrote: > Hello, > > I am having problems generating a keystore, this is my first time > configuring a server, let alone Tomcat. What are your problems, exactly? > The text on Apache is really confusing me about setting up SSL on Tomcat,

RE: Generating a Keystore

2012-04-17 Thread Jatin Parikh
Kio [mailto:victoria.kio.2...@my.bristol.ac.uk] Sent: Tuesday, April 17, 2012 11:17 PM To: users@tomcat.apache.org Subject: Generating a Keystore Hello, I am having problems generating a keystore, this is my first time configuring a server, let alone Tomcat. The text on Apache is really confusing me a

Re: Generating a Keystore

2012-04-17 Thread James Lampert
Victoria Johnson - Kio wrote: > The text on Apache is really confusing me about setting up SSL on Tomcat, what do I do with this command %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA Well, first you need to be sure you're NOT running this on an AS/400. For some reason, Keytool i

Generating a Keystore

2012-04-17 Thread Victoria Johnson - Kio
Hello, I am having problems generating a keystore, this is my first time configuring a server, let alone Tomcat. The text on Apache is really confusing me about setting up SSL on Tomcat, what do I do with this command %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA Please advise