Install SGX
Check latest SGX DCAP driver
/dev/sgx_enclave
/dev/sgx_provisionsudo groupadd sgx_prv
sudo groupadd sgx
sudo usermod -a -G sgx_prv $USER
sudo usermod -a -G sgx $USER
# Check if the above has effect, by the following command
groupsInstall the DCAP runtime and AESM service
Configure Quote Provider
Use check-hw to test the DCAP attestation
Last updated
Was this helpful?