swtpm/samples/py_swtpm_localca
Stefan Berger 27d4c5d83f swtpm_localca: Test for available issuercert before creating CA
Avoid trying to create TPM certificates while the issuer certificate has
not been created, yet (in a 2nd step).

To resolve this do not just test for availability of the signing key, which
is created first, but also test for the issuer certifcate, which is created
in a 2nd step when the local CA is created. If either one is missing,
attempt to create the CA.

Resolves: #644
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-02-17 20:29:17 -05:00
..
__init__.py samples: Rewrite swtpm-localca in python 2020-09-18 12:09:11 -04:00
swtpm_localca_conf.py.in samples: Rewrite swtpm-localca in python 2020-09-18 12:09:11 -04:00
swtpm_localca.py swtpm_localca: Test for available issuercert before creating CA 2022-02-17 20:29:17 -05:00
swtpm_utils.py samples: Do not follow symlink on logfile (CVE-2020-28407) 2020-11-17 15:47:43 -05:00