On 1 December 2017 at 16:44, Mark Thomas <ma...@apache.org> wrote:
> On 01/12/17 14:57, Chris Cheshire wrote: > > I see in the changelog for 8.5.24 > > > > 60762: Add the ability to make changes to the TLS configuration of a > > connector at runtime without having to restart the Connector. (markt) > > > > Does this mean we can now update SSL certificates without bouncing the > > connector? > > Yes, via one of the following methods on the endpoint: > > reloadSslHostConfig(String hostName) > reloadSslHostConfigs() > > > now it would be nice if tomcat just had a build in file scanner that calls those method for use without doing anything else then change the file on disk ;)