So here is what I did to get SSL to work with Jetty.
1) Generate a certificate with the JDK keytool:
$JAVA_HOME/bin/keytool -keystore keystore -alias jetty -genkey -keyalg RSA
It will put the keystore file in the $JAVA_HOME/bin directory, but certainly
you can move it to anywhere on the server
AppFuse shouldn't need anything special for SSL. I've configured
Tomcat with SSL before, but not Jetty. Sorry I can't be of more
assistance. Please post your findings if you figure out how to do it.
Matt
On 7/5/07, mbrz2477 <[EMAIL PROTECTED]> wrote:
Any ideas guys?
mbrz2477 wrote:
>
> I'm w
Any ideas guys?
mbrz2477 wrote:
>
> I'm wondering if there is a good site out there that describes how to
> setup SSL with Appfuse/Jetty. I found this link through Google:
> http://docs.codehaus.org/display/JETTY/How+to+configure+SSL, but I'm
> unsure as to which file I should be editing in St
I'm wondering if there is a good site out there that describes how to setup
SSL with Appfuse/Jetty. I found this link through Google:
http://docs.codehaus.org/display/JETTY/How+to+configure+SSL, but I'm unsure
as to which file I should be editing in Step 4 or if there are any special
configuratio