From d325bd8efaa8fbd090429746d51345bc91436f9d Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Mon, 16 Dec 2024 19:16:13 +0400 Subject: [PATCH] Fix --- deployment/ci/node_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ci/node_init.sh b/deployment/ci/node_init.sh index ad7c653ec..7eca43354 100644 --- a/deployment/ci/node_init.sh +++ b/deployment/ci/node_init.sh @@ -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