Could you use a separate embedded Jetty instance in your rest service configuration? Like the tests in CXF do, for example:
https://github.com/apache/cxf/blob/master/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/oidc-server.xml#L50 Colm. On Mon, Mar 6, 2017 at 7:25 AM, Martin Nielsen <[email protected]> wrote: > Hello > > I seem to have gotten myself into a bind with a cxf rest service i need to > set up. I need to add 2way ssl to the rest service endpoint and override > the conduits certificate source. I also need to do this in an osgi > container. > > So if you can answer one or more of these questions your help is much > appreciated: > > How do i add 2way ssl to a rest endpoint, preferably only for a single > service class, i would not want to apply it to the entire webserver. > > How do i configure the endpoint to use a diffrerent certificate store? > Again, preferably not on the webserver. > > How can i get at a single conduit configuration through the cxf in osgi? > > Again, thanks for you help, i have gotten myself all dizzy looking at > this:) > > -Martin > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
