OSGi configuration files
If a Web service is deployed in Talend Runtime as an OSGi bundle, it is now possible to configure SSL via
the OSGi Configuration Admin Service. This may be done using the following files
(located at <TalendRuntimePath>/container/etc/):
-
a generic configuration org.apache.cxf.http.conduits-common.cfg, used by all HTTPS endpoints in the container,
-
endpoint-specific files: org.apache.cxf.http.conduits-<endpoint_name>.cfg,
-
there may also be additional endpoint-specific configuration files.
The non-OSGi style of SSL configuration is supported and if present will take precedence over the OSGi configuration.