Skip to content

Commit

Permalink
Merge "[FAB-3550] Configure orderers ROOT CAs properly"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed May 9, 2017
2 parents 5a27382 + c140def commit 8e0f30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bddtests/steps/bootstrap_util.py
Expand Up @@ -958,8 +958,8 @@ def getEnv(self, composition, context, env):
(keyPath, certPath) = self.getTLSKeyPaths(pnt=pnt, composition=composition, compose_service=ordererService, pathType=PathType.Container)
env["{0}_ORDERER_GENERAL_TLS_CERTIFICATE".format(ordererService.upper())] = certPath
env["{0}_ORDERER_GENERAL_TLS_PRIVATEKEY".format(ordererService.upper())] = keyPath
# env["{0}_ORDERER_GENERAL_TLS_ROOTCAS".format(ordererService.upper())] = "[{0}]".format(self.getLocalMspConfigRootCertPath(
# directory=directory, composition=composition, compose_service=ordererService, pathType=PathType.Container))
env["{0}_ORDERER_GENERAL_TLS_ROOTCAS".format(ordererService.upper())] = "[{0}]".format(self.getLocalMspConfigRootCertPath(
directory=directory, composition=composition, compose_service=ordererService, pathType=PathType.Container))

class PeerCompositionCallback(compose.CompositionCallback, CallbackHelper):
'Responsible for setting up Peer nodes upon composition'
Expand Down

0 comments on commit 8e0f30f

Please sign in to comment.