swtpm/src/swtpm_setup
Stefan Berger 3a2f0be373 swtpm_setup: Accomodate for BSD sed that does not print \n as newline
BSD's sed does not print \n as newline, so we have to split the string
into different lines using tr.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2020-08-19 16:06:10 -04:00
..
Makefile.am swtpm_setup: Leave swtpm_setup.sh ownership to root 2018-11-06 15:28:53 -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: Add support for RSA 3072 bit EK keys 2020-05-05 09:12:21 -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: Accomodate for BSD sed that does not print \n as newline 2020-08-19 16:06:10 -04: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'.