Skip to content

Commit 752c66e

Browse files
authored
Update BUILD.md (#156)
1 parent 2afe8c0 commit 752c66e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: BUILD.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Here is an example that has the `SecurityVersion`, `ProductID`, and `SignerID` s
7575
{
7676
"Packages": {
7777
"backend": {
78+
"Debug": true,
7879
"SecurityVersion": 1,
7980
"ProductID": 1,
8081
"SignerID": "233ac7711eba0f5b8c67c4abfef811bf8ff4cbca4fc7be6fb98e0dcd7a0ddad1"
@@ -117,7 +118,10 @@ Here is an example that has the `SecurityVersion`, `ProductID`, and `SignerID` s
117118
}
118119
```
119120
**Replace the `SignerID` with YOUR value from `build/marble-test-config.json`**
120-
Save it in a file called `manifest.json` and upload it to the Coordinator with curl in another terminal:
121+
122+
*Note*: `Debug` is set to `true` here so that this example works with SGX debug enclaves. This is not secure for production.
123+
124+
Save the manifest in a file called `manifest.json` and upload it to the Coordinator with curl in another terminal:
121125

122126
```bash
123127
curl -k --data-binary @manifest.json https://localhost:4433/manifest

0 commit comments

Comments
 (0)