SSL - Java Web Server Proxy - How to?

#1
we are using Jetty 6 behind the litespeed web server over proxy rather than ajp
Performance has been fabulous.

Now one of our customers is requesting SSL for his java web app.

I would like some advice on what is the best way to approach this.

Use openssl and generate CSR on the litespeed web server level?
Use java keytool for the java web server?

Please advise.

Thanks.
 
Top