Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent c938a57 commit d325bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sed -i 's|//,"collateral_service": "https://api.trustedservices.intel.com/sgx/ce
sed -i 's|"pccs_url": "https://localhost:8081/sgx/certification/v4/"|"pccs_url": "https://global.acccache.azure.net/sgx/certification/v3/"|' /etc/sgx_default_qcnl.conf

groupadd sgx_prv
usermod -a -G sgx_prv $USER
usermod -a -G sgx_prv $(whoami)

# debug output
cat /etc/sgx_default_qcnl.conf
Expand Down

0 comments on commit d325bd8

Please sign in to comment.