swtpm/src/swtpm_setup
Stefan Berger eff9cc1672 swtpm_setup: Add options to overwrite or not overwrite TPM state
Add options --overwrite and --not-overwrite to allow or prevent
overwriting of existing TPM state. If neiter of the options is
given and existing state is found, an error is returned.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2017-11-09 10:54:07 -05:00
..
Makefile.am swtpm_setup: enable help screen for normal users 2015-11-29 17:05:22 -05:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
swtpm_setup.c swtpm_setup: Allow running swtpm_setup as tss directly 2017-07-11 14:04:19 -04:00
swtpm_setup.h.in build: remove hardcoded tss user and group 2015-11-02 20:47:37 -05:00
swtpm_setup.sh.in swtpm_setup: Add options to overwrite or not overwrite TPM state 2017-11-09 10:54:07 -05:00

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'.