We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c99f11 commit 0c334b4Copy full SHA for 0c334b4
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Attester
+# Intel SGX/TDX Attester
2
3
A minimalistic tool that does those things:
4
- 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:
24
- PPID of the machine
25
26
## 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
38
```
39
docker run \
40
--rm \
0 commit comments