rapcmia / hummingbot

Hummingbot: a client for crypto market making
https://www.hummingbot.io/
Apache License 2.0
0 stars 0 forks source link

Certificate path becomes configurable #25

Open rapcmia opened 1 year ago

rapcmia commented 1 year ago

Feature Suggestion

The certs used to connect to the gateway are now fixed on the client side. Because they certs are fixed, multiple clients cannot connect to one gateway. The client now can only connect to the gateway that uses the certs it generates.

To change this, we need to make the path for the certs used by the client a configurable one.

Impact

Additional context

No response