You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tdx-cli/README.md
+12-31Lines changed: 12 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Intel® Trust Authority TDX CLI
2
-
An easy-to-use command line interface for attesting TDX TEE(TD) with Intel Trust Authority. The CLI will be installed and run inside the TD.
2
+
An easy-to-use command line interface for attesting Azure TDX TEE(TD) with Intel Trust Authority. The CLI is specifically built to work with Azure TDX stack and will be installed and run inside the TD.
3
+
4
+
## TPM2 Tools
5
+
Tpm2 tools is required to read the TDX report data from vTPM. Install tpm2-tools package, e.g., on Ubuntu:
6
+
```sh
7
+
sudo apt install tpm2-tools
8
+
```
3
9
4
10
## Go Requirement
5
11
@@ -26,59 +32,34 @@ See the example test in `tdx-cli/token_test.go` for an example of a test.
26
32
### To get list of all the available commands
27
33
28
34
```sh
29
-
trustauthority-cli --help
35
+
./trustauthority-cli --help
30
36
```
31
37
More info about a specific command can be found using
0 commit comments