Skip to content

Commit 54e94c3

Browse files
authored
Update README.md
1 parent c0d6c51 commit 54e94c3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# attester
1+
# Attester
22

33
A minimalistic tool that does those things:
44
- Obtains an SGX DCAP quote (a.k.a. remote attestation), with the specified challenge embedded as report data
55
- Verifies an arbitrary quote, prints quote measurements, and fetches the unique platform identifier
6+
7+
# How to run
8+
git clone https://github.com/proofofcloud/attester
9+
cd attester
10+
docker build -t attester .
11+
docker run \
12+
--device /dev/sgx_enclave \
13+
--device /dev/sgx_provision \
14+
-v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf:ro \
15+
--rm attester get beefdeed
16+
17+
(replace beefdeed with your challenge)

0 commit comments

Comments
 (0)