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
This change-set removes the unused properties from
the security section of core.yaml
Among other things, SHA2 is now default in core.yaml
Change-Id: I45b28c05e6c799c3ac6531f1e5d482be6f96a0a2
Signed-off-by: Angelo De Caro <[email protected]>
Copy file name to clipboardexpand all lines: docs/Setup/Chaincode-setup.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,14 @@ Running the above commands builds and runs the CA server with the default setup,
40
40
41
41
### Running the validating peer
42
42
43
-
**Note:** To run with security enabled, first modify the [core.yaml](https://github.com/hyperledger/fabric/blob/master/peer/core.yaml) configuration file to set the `security.enabled` value to `true` before building the peer executable. Alternatively, you can enable security by running the peer with the following environment variable: `CORE_SECURITY_ENABLED=true`. To enable privacy and confidentiality of transactions (which requires security to also be enabled), modify the [core.yaml](https://github.com/hyperledger/fabric/blob/master/peer/core.yaml) configuration file to set the `security.privacy` value to `true` as well. Alternatively, you can enable privacy by running the peer with the following environment variable: `CORE_SECURITY_PRIVACY=true`. If you are enabling security and privacy on the peer process with environment variables, it is important to include these environment variables in the command when executing all subsequent peer operations (e.g. deploy, invoke, or query).
44
-
45
43
In a **new** terminal window, from the `devenv` subdirectory of your fabric workspace environment, `ssh` into Vagrant:
46
44
47
45
```
48
46
cd $GOPATH/src/github.com/hyperledger/fabric/devenv
49
47
vagrant ssh
50
48
```
51
49
52
-
Build and run the peer process to enable security and privacy after setting `security.enabled` and `security.privacy` settings to `true`.
50
+
Build and run the peer process.
53
51
54
52
```
55
53
cd $GOPATH/src/github.com/hyperledger/fabric
0 commit comments