We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286e6aa commit c266e4aCopy full SHA for c266e4a
.github/scripts/install-deps.sh
@@ -16,4 +16,4 @@ wget https://github.com/Kitware/CMake/releases/download/v3.15.6/cmake-3.15.6-Lin
16
sudo bash cmake-3.15.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
17
18
# Generate keypair for attestation
19
-openssl genrsa -out private_key.pem -3 3072
+openssl genrsa -out ./private_key.pem -3 3072
.github/scripts/setup-env.sh
@@ -1,2 +1,3 @@
1
source opaqueenv
2
source /opt/openenclave/share/openenclave/openenclaverc
3
+export MODE=SIMULATE
0 commit comments