Hi all,
I have several virtualhosts configured on a single Jetty instance. I would like to also have unique SSL Certificates for each virtualhost.
Can I do this?
My understanding is that the call to add a connector can only be made inside a Server configuration meaning that there is only 1 SSL certificate that can be used.
Walter