You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://jira.hyperledger.org/browse/FAB-1755
This sets the stage for enabling TLS for the
orderer by replacing the direct use of the grpc
pacakge for creating a server with the use of
the GRPC server from the core/comm package
* use comm.GRPCServer in main.go
* add TLS config struct to localconfig
* add config paramters to orderer.yaml
Fixes FAB-1755
Change-Id: Icba2776c1e503021b2873c149949b2b3b0c686fa
Signed-off-by: Gari Singh <[email protected]>
0 commit comments