RA-WEBs is a protocol that enables browsers to verify proof of Remote Attestation while maintaining compatibility.
- An Azure instance with Intel SGX (for running the example TA)
- Ubuntu 22.04
git clone https://github.com/akakou/RA-WEBs
cd RA-WEBs
Copy the templates and fill in each parameter.
cp test/env/verifier.env.template test/env/verifier.env
cp test/env/common.env.template test/env/common.env
docker compose -f compose.test.yaml --profile verifier up
Copy the templates and fill in each parameter.
cp test/env/ta.env.template test/env/ta.env
docker compose -f compose.test.yaml --profile ta up
The functionality was verified using the following:
- Google Chrome 129.0.6668.58
- DC1s v2 (1 vCPU, 4 GiB memory)