Implemented:
- #167 Add support for SSL/TLS connections in both gRPC and HTTP services. Set both a certificate and key file in the configuration to take advantage of this feature. (Requested in #160).
- Default client ID was changed to
kp_<hostname>_<contain-id>
if running in a docker container, otherwisekp_<hostname>_<pid>
. If hostname cannot be retrieved, then the client ID iskp_<random-token>
.
Fixed:
- #168 Configured addresses for HTTP, gRPC and Unix were not being respected.