Re: [jetty-user] SSL alias in keystore
Michael Gorovoy <[email protected]> Thu, 14 Apr 2011 12:24:12 -0400
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Luc, See the SSL Connectors Reference<http://wiki.eclipse.org/Jetty/Reference/SSL_Connectors> that I have just updated yesterday for information on how to configure certificate alias. -Michael On Thu, Apr 14, 2011 at 12:15 PM, Luc Dewavrin <[email protected]>wrote: > 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 >> > >