Skip to content

Commit 8aa34a0

Browse files
committed
Amend README to mention custom-built enclave kernel
1 parent 04234f2 commit 8aa34a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,13 @@ Below is an example of the server's response:
7575

7676
Note that the array's ordering matters. The point at index *n* of the server's
7777
response corresponds to the point at index *n* of the client's request.
78+
79+
Reproducible builds
80+
----
81+
Executing `make eif` will render a reproducible Nitro Enclave image. The ID of the image
82+
can be compared the with image ID in the attestation document served at https://star-randsrv.bsg.brave.com/enclave/attestation
83+
for auditing purposes (See [nitriding-daemon](https://github.com/brave/nitriding-daemon) for details).
84+
Currently, there is an outstanding kernel leak bug within the stock kernel packaged
85+
with the aws-nitro-enclaves-cli. A [custom-built kernel](https://github.com/brave-experiments/nitro-enclave-kernel) must be
86+
used when building the image.
87+

0 commit comments

Comments
 (0)