You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generate key pair in TPM (Infineon SLB9670) and then generate certificate.
X509 is used in the SDK to connect to Azure IoT Hub. The key_file parameter requires a private key file, but my private key is stored in the TPM and cannot be taken out.
Can the key_file parameter support pkcs#11 or tpm2-tss-engine? Or is there any other way to solve it?
The text was updated successfully, but these errors were encountered:
I generate key pair in TPM (Infineon SLB9670) and then generate certificate.
X509 is used in the SDK to connect to Azure IoT Hub. The key_file parameter requires a private key file, but my private key is stored in the TPM and cannot be taken out.
Can the key_file parameter support pkcs#11 or tpm2-tss-engine? Or is there any other way to solve it?
The text was updated successfully, but these errors were encountered: