rust-tss-esapi
rust-tss-esapi copied to clipboard
Certify example with TPMless authority
trafficstars
Hello,
In the certify example it is indicated that " The Authority in this process does not require a TPM - for brevity we use one in this example but it is possible to perform this certification without a TPM on the authority."
Could the example give some guidance on how to do so ? Precisely, how to mimic ctx.make_credential, ctx.load_external_public, ctx.hash, ctx.verify_signature without a TPM ?
Thanks, Best regards.