Skip to content

Commit

Permalink
fix enclave pem
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
  • Loading branch information
bvavala committed Mar 14, 2024
1 parent 91bb280 commit 69e24a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tools/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi

# this variable is needed for the build for signing the
# eservice and pservice enclaves
export PDO_ENCLAVE_CODE_SIGN_PEM=${PDO_SGX_KEY_ROOT}/enclave_code_sign.pem
export PDO_ENCLAVE_CODE_SIGN_PEM=/tmp/enclave_code_sign.pem

# these are only used for configuration and registration
# they are not used at build or run time
Expand Down

0 comments on commit 69e24a0

Please sign in to comment.