Re: [jetty-user] SSL alias in keystore
Luc Dewavrin <[email protected]> Thu, 14 Apr 2011 12:15:48 -0400
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Ok thanks Jesse, but i have just extracted the javadoc of 7.3.1 (retrieved from http://repo2.maven.org/maven2/org/eclipse/jetty/jetty-server/7.3.1.v20110307/jetty-server-7.3.1.v20110307-javadoc.jar ) and i don't see any method in the SelectChannelConnector to set an alias. Regards, Luc On Thu, Apr 14, 2011 at 10:37 AM, Jesse McConnell <[email protected] > wrote: > it is possible in jetty 7.3.1 and up > > jesse > > -- > jesse mcconnell > [email protected] > > > > On Thu, Apr 14, 2011 at 09:32, Luc Dewavrin <[email protected]> > wrote: > > Hi, > > i would like to know if it's possible to set an alias in the keystore > with > > the SslSelectChannelConnector. > > I would like to install multiple certificates/private keys in the > keystore > > and would like Jetty ssl connector > > to select the proper one with an alias. > > Is it possible ? > > I haven't found any way to do it through the api. > > (Jetty version used: 6.1.26) > > Regards, > > Luc >