mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-13 02:09:46 +00:00
Move the error message about the failure to import a signing key into the else branch where it should be (all other branches of the if-then-else statement have a check already). Also mention the key's filename and hint at possibly corrupted key. Link: https://bugzilla.redhat.com/show_bug.cgi?id=2325901 Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| ek-cert.c | ||
| Makefile.am | ||
| README | ||
| tpm_asn1.h | ||
| tpm.asn | ||
swtpm_cert is a tool that creates EK and platform certificates for a TPM. It does not require a certificate request to be self signed but works only with the public key parameters of the EK. For further information, check the manpage 'man swtpm_cert'.