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
Now add the tls_root_certs field to updated
FabricMSPConfig proto structure.
Now create intermediate ca certs folder and new
tlscacerts folder for local MSP config.
Recommented the doNotDecompose option for feature.
Change-Id: Ie406b6d74b03314b53f7eb9ee81627e572811ee5
Signed-off-by: Jeff Garratt <[email protected]>
Copy file name to clipboardexpand all lines: bddtests/features/bootstrap.feature
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Feature: Bootstrap
16
16
As a blockchain entrepreneur
17
17
I want to bootstrap a new blockchain network
18
18
19
-
@doNotDecompose
19
+
# @doNotDecompose
20
20
@generateDocs
21
21
Scenario Outline: Bootstrap a development network with 4 peers (2 orgs) and 1 orderer (1 org), each having a single independent root of trust (No fabric-ca, just openssl)
22
22
#creates 1 self-signed key/cert pair per orderer organization
0 commit comments