Configuring a Unified Communications Certificate for many virtual hosts running in Jetty
Posted
by rrc7cz
on Server Fault
See other posts from Server Fault
or by rrc7cz
Published on 2009-12-05T09:59:40Z
Indexed on
2010/04/26
11:03 UTC
Read the original article
Hit count: 333
I have a single IP with Jetty serving up X sites on port 80. Basically you can sign up for our service, then point your domain www.mycompany.com to that IP, and Jetty will serve up your custom site.
I would like to add SSL support for all sites. To simplify things, I've looked at getting a single Unified Communications Certificate to plug into Jetty and have it work for all sites.
Is this possible? Has anyone done this before? Does Jetty only support traditional, single-domain certs? What issues might I run in to compared to a single-domain cert?
© Server Fault or respective owner