Create a Tiny Editors Services specific SSL configuration
This task outlines the process for creating a Tiny Editors Services specific SSL configuration from the web-aware trust store. This procedure includes updating the application.conf to add the SSL configuration attributes.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into application.conf. Do not use a rich text editor such as Microsoft Word for editing configuration files.
Under the ephox root element, define the SSL configuration for the Tiny Editors Services by adding the following elements:
ephox.http.websphere.ssl-config-name : The name of the Tiny Editors Services SSL configuration set in step 5.a.
ephox.http.websphere.use-ssl-config : Set to true.
ephox.http.trust-all-cert : Set to false.
Figure 1: Example of an application.conf with a custom SSL configuration.