Skip to content

Commit

Permalink
Allow override for local pccs service on enclave.
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Jun 5, 2024
1 parent e645308 commit cc12fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/main/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -L /dev/sgx/enclave ]; then
ln -s /dev/sgx_enclave /dev/sgx/enclave
fi

PCCS_URL=https://global.acccache.azure.net/sgx/certification/v4/
PCCS_URL=${PCCS_URL:-https://global.acccache.azure.net/sgx/certification/v4/}
echo "PCCS_URL: ${PCCS_URL}"

apt-get install -qq libsgx-dcap-default-qpl
Expand Down

0 comments on commit cc12fc6

Please sign in to comment.