-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The interchange serves as a CurveZMQ server, while the executor and various managers serve as CurveZMQ clients. Thus, all communication between these entities is now encrypted. The HTEX `start` method generates new certs for each run in a private `certificates/` directory. We generate a single shared client cert because all clients will have access to this dir. We disable encryption by default, but users can enable it by setting the `encrypted` initialization argument for the HTEX to `True`.
- Loading branch information
Showing
42 changed files
with
233 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.