Re: ssl certificate

2008-08-15 Thread Alonzo Wilson
Thank you. I look forward to having a tomcat restart command. The stop and restart is considered downtime and requires documentation. I'm hoping it will come in a future release. >>> Mark Thomas <[EMAIL PROTECTED]> 8/14/2008 11:17 AM >>> Alonzo Wilson wrote: >

Re: ssl certificate

2008-08-14 Thread Alonzo Wilson
Please explain. How does adding a new connector restart tomcat and activate the new ssl cert? >>> Mark Thomas <[EMAIL PROTECTED]> 8/12/2008 5:05 PM >>> Alonzo Wilson wrote: > 4.1.30 and 6.0.16 4.1.30 you should be able to use the admin app to add a new connector. Wit

Re: ssl certificate

2008-08-12 Thread Alonzo Wilson
4.1.30 and 6.0.16 >>> Mark Thomas <[EMAIL PROTECTED]> 8/12/2008 3:02 PM >>> Alonzo Wilson wrote: > After importing the signed certificate using > > > keytool -import -alias tomcat1 -trustcacerts -file tsat.cer > -keystore .keystore > > is t

ssl certificate

2008-08-12 Thread Alonzo Wilson
After importing the signed certificate using keytool -import -alias tomcat1 -trustcacerts -file tsat.cer -keystore .keystore is there a way to make the new certificate active besides stopping and starting tomcat? Thank you advance.