-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TLS testcases and process file names client config
If a file name in the client config file is not absolute, it must be processed relative to the location of the config file. Added testcases to test TLS with the new CLI and config file. 3 scenarios tested: 1) Read from config file directly 2) Read from environment variable 3) Read from CLI flags Added new tags to EnrollmentRequest struct for reflection. Added support to be able to provide root CA certificate via command line option for TLS configuration on client side. https://jira.hyperledger.org/browse/FAB-1549 Change-Id: I4ffb52ab4b3b32befbc191a42d2a06dbdde5570e Signed-off-by: Saad Karim <skarim@us.ibm.com>
- Loading branch information
Saad Karim
committed
Mar 1, 2017
1 parent
34ad615
commit 9195741
Showing
19 changed files
with
474 additions
and
157 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
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.