-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1552] Implement TLS support for fabric-ca-client
https://jira.hyperledger.org/browse/FAB-1552 fabric-ca-client now supports communicating with TLS-enabled fabric-ca endpoints - FabricCAServices and FabricCAClient constructors now have a new parameter for TLS config (ability to specify trusted root certficates and/or whether or not to verify the server's TLS certificate) - modified integration test to support FABRIC_CA_TLS environment variable for enabling TLS while running the tests Change-Id: I3fc3be92f610fdb54eadcb45816b520c5479b192 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
3afcb0a
commit 6f77cdf
Showing
2 changed files
with
64 additions
and
21 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