From 69e24a0306413a937866baa3ba216b852be04e9e Mon Sep 17 00:00:00 2001 From: Bruno Vavala Date: Thu, 14 Mar 2024 19:26:54 +0000 Subject: [PATCH] fix enclave pem Signed-off-by: Bruno Vavala --- docker/tools/environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tools/environment.sh b/docker/tools/environment.sh index c0850b12..853532c0 100755 --- a/docker/tools/environment.sh +++ b/docker/tools/environment.sh @@ -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