Description
When the TLS/SSL Certificate changes in the Java keystore, we want to be able to automatically update the certificate, used by the server for TLS/SSL, without requiring a restart of the server.
Although some changes will be necessary, we should be able to reuse much of the work already implemented by the as part of GEODE-9017 and translate to the appropriate Netty semantics.
Acceptance Criteria
A change in the TLS/SSL Certificate, in the keystore, is detected and automatically applied to the server without requiring a server restart.
Appropriate tests are written to ensure that this feature works and is not regressed.