https://bugzilla.redhat.com/show_bug.cgi?id=1773855 --- Comment #7 from nicolasoliver03@xxxxxxxxx --- I successfully tested this package today on Fedora IoT. But there is a discrepancy with the docs provided by the repository in https://github.com/tpm2-software/tpm2-tss-engine This example does not work: openssl engine -t -c tpm2tss Because the engine provided by the rpm package is named "libtpm2tss". So you have to change it to this: openssl engine -t -c libtpm2tss I am not sure if this is expected or not, but at least I was able to create a CSR following this example https://gist.github.com/dnoliver/04364e72d8b81368f72ad4e6896f688d/#file-enrollment-sh-L121 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx