Skip to content

Commit 41c4e6c

Browse files
update doc
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 5e96aa9 commit 41c4e6c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fabric/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To enable SGX support for a Fabric peer start with a fresh copy of Fabric and
44
apply our patch. https://github.com/hyperledger/fabric
55

6-
We assume that you are familiar with build Fabric manually otherwise we
6+
We assume that you are familiar with building Fabric manually; otherwise we highly
77
recommend to spend some time to build Fabric and run a simple network with a
88
few peers and a ordering service.
99

@@ -18,7 +18,7 @@ Clone fabric and checkout the 1.4 release.
1818
When building the peer make sure fabric is your ``GOPATH`` and you enable the
1919
plugin feature. Otherwise our custom validation plugins can not be loaded.
2020

21-
$ GO_TAGS=pluginsenabled EXPERIMENTAL=false DOCKER_DYNAMIC_LINK=true make peer
21+
$ GO_TAGS=pluginsenabled make peer
2222

2323
To make your life easier we have prepared an example configuration and an
2424
auction demo. You can copy ``sgxconfig`` to your fabric directory and modify
@@ -40,6 +40,9 @@ Place your client certificate and your SPID in the ``ias`` folder.
4040
cp client.key /path-to/fabric/sgxconfig/ias/client.key
4141
echo 'YOURSPID' | xxd -r -p > /path-to/fabric/sgxconfig/ias/spid.txt
4242

43+
We currently make use of `unlinkable signatures` for the attestation, thus, when registering with the IAS please choose
44+
unlinkable signatures.
45+
4346
## Run the Auction
4447

4548
Before you continue here build the other components, such as the chaincode

0 commit comments

Comments
 (0)