Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Apr 4, 2024
1 parent 440a5ef commit 6624ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/enclave/main/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PCCS_URL=https://global.acccache.azure.net/sgx/certification/v3/
apt-get install -qq libsgx-dcap-default-qpl
echo "PCCS_URL: ${PCCS_URL}"

echo "{
echo '{
"pccs_url": "https://global.acccache.azure.net/sgx/certification/v3/",
"use_secure_cert": false,
"collateral_service": "https://global.acccache.azure.net/sgx/certification/v3/",
Expand All @@ -38,6 +38,6 @@ echo "{
}
}
}
}" > /etc/sgx_default_qcnl.conf
}' > /etc/sgx_default_qcnl.conf

"$@"

0 comments on commit 6624ac6

Please sign in to comment.