mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-08 20:57:37 +00:00
Instead of directly accessing TPM state store file, use --print-states to check if there is existing state file or not. This can reduce TPM state directory dependencies of swtpm_setup. Signed-off-by: Eiichi Tsukata <eiichi.tsukata@nutanix.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| README | ||
| swtpm_setup_conf.h.in | ||
| swtpm_setup_utils.c | ||
| swtpm_setup_utils.h | ||
| swtpm_setup.c | ||
| swtpm_setup.h | ||
| swtpm.c | ||
| swtpm.h | ||
swtpm_setup is a tool that simulates the manufacturing of a TPM and allows a user to prepare the initial state of a TPM by having the TPM create an EK, creating the EK and platform certificates for it, and saving the certificates into the NVRAM of the TPM before it is used for the first time. For further information, check the manpage 'man swtpm_setup'.