-
Notifications
You must be signed in to change notification settings - Fork 198
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 enable encryption by default, but users can disable it by setting the `encrypted` initialization argument for the HTEX.
- Loading branch information
Showing
6 changed files
with
192 additions
and
52 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.