Skip to content

Commit

Permalink
Update BUILD.md (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored May 4, 2021
1 parent 2afe8c0 commit 752c66e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Here is an example that has the `SecurityVersion`, `ProductID`, and `SignerID` s
{
"Packages": {
"backend": {
"Debug": true,
"SecurityVersion": 1,
"ProductID": 1,
"SignerID": "233ac7711eba0f5b8c67c4abfef811bf8ff4cbca4fc7be6fb98e0dcd7a0ddad1"
Expand Down Expand Up @@ -117,7 +118,10 @@ Here is an example that has the `SecurityVersion`, `ProductID`, and `SignerID` s
}
```
**Replace the `SignerID` with YOUR value from `build/marble-test-config.json`**
Save it in a file called `manifest.json` and upload it to the Coordinator with curl in another terminal:

*Note*: `Debug` is set to `true` here so that this example works with SGX debug enclaves. This is not secure for production.

Save the manifest in a file called `manifest.json` and upload it to the Coordinator with curl in another terminal:

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

0 comments on commit 752c66e

Please sign in to comment.