Skip to content

Commit

Permalink
Merge pull request #426 from qinkunbao/tdx_guest
Browse files Browse the repository at this point in the history
Add the instruction to include the tdx_guest on Ubuntu images.
  • Loading branch information
jkl73 authored Mar 29, 2024
2 parents 2739856 + 5a2c7e0 commit 82207ae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,23 @@ before committing your changes.

Unlike [Go-TPM](https://github.com/google/go-tpm) (which supports TPM 1.2 and TPM 2.0), this module explicitly only supports TPM 2.0. Users should avoid use of TPM 1.2 due to the inherent reliance on SHA1 (which is [quite broken](https://sha-mbles.github.io/)).

## Confidential VMs with Intel TDX
For Ubuntu image, the `tdx_guest` module was moved to linux-modules-extra
package in the 1016 and newer kernels. You should be able to install the module,
and either manually load the module or reboot.

To install the linux-modules-extra package, run:

```console
sudo apt-get install linux-modules-extra-gcp
```

To manually load the module, run:

```console
sudo modprobe tdx_guest
```

## Legal

Copyright 2018 Google Inc. under the
Expand Down

0 comments on commit 82207ae

Please sign in to comment.