Skip to content

cofide/swtpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software TPM

A container image for software TPM testing.

To build:

just build

To run:

docker run --detach \
  --name swtpm \
  --label owner=test.cofide-connect \
  --restart unless-stopped \
  --volume /path/to/hashes:/tpmhashes \
  --volume swtpm-sockets:/run/swtpm \
  ghcr.io/cofide/swtpm:latest

A Unix socket for interacting with the TPM will be available in the swtpm-sockets volume. A SHA256 hash of the TPM's Endorsement Key (EK) will be available in /path/to/hashes/ek-cert.sha256.

About

Container image for software TPM testing

Resources

Stars

Watchers

Forks

Packages