Skip to content

Commit 0c334b4

Browse files
authored
Update README.md
1 parent 7c99f11 commit 0c334b4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Attester
1+
# Intel SGX/TDX 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
@@ -24,6 +24,17 @@ The output of the get command contains the following:
2424
- PPID of the machine
2525

2626
## Verify a quote
27+
28+
```
29+
./verify.sh <attester output file> <expected challenge>
30+
31+
```
32+
Expected output:
33+
quote_valid: yes|no
34+
challenge_match: yes|no
35+
machine_id: \<machineID extracted from quote\>
36+
37+
2738
```
2839
docker run \
2940
--rm \

0 commit comments

Comments
 (0)