Description
Currently, the DefaultHttpClientFactory is setting the 2-way SSL for dispatches truststore as gateway.jks. This should be driven by configuration and probably default to cacerts rather than gateway.jks.
The client cert alias inside the keystore should be configurable as well so that we can possibly have different certs representing different topologies.
In addition, the keystore to host the client certs should be configurable.