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
Copy file name to clipboardExpand all lines: docs/installation/sgx-mvp.md
+5
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ Before installing the Nautilus MVP, ensure your system meets the following requi
27
27
28
28
Follow the instructions in the [Gramine Installation Guide](https://gramine.readthedocs.io/en/stable/installation.html#install-gramine-packages-1) under "Install Gramine packages" and [Prepare a signing key](https://gramine.readthedocs.io/en/stable/quickstart.html#prepare-a-signing-key).
Copy file name to clipboardExpand all lines: sgx-mvp/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ This directory contains all the relevant SGX code for NTC-MVP.
14
14
15
15
1. Follow the instructions in the [Gramine Installation Guide](https://gramine.readthedocs.io/en/stable/installation.html#install-gramine-packages-1) under "Install Gramine packages" and [Prepare a signing key](https://gramine.readthedocs.io/en/stable/quickstart.html#prepare-a-signing-key).
16
16
17
+
```sh
18
+
gramine-sgx-gen-private-key keys/enclave-key.pem
19
+
chmod 400 keys/enclave-key.pem
20
+
```
21
+
17
22
2. Ensure that Python 3.8 is installed. If necessary, modify the path(s) in the [sgx-mvp.manifest.template](https://github.com/ntls-io/trusted-compute-MVP/blob/main/sgx-mvp/sgx-mvp.manifest.template) to match your setup.
18
23
19
24
Ensure that you have the necessary Python development package installed:
0 commit comments