Hi everyone,
I am trying to secure a gRPC connection using OpenSSL 3 with private keys stored in a TPM.
The private key was generated using the TPM2 OpenSSL provider, and I can successfully access and use the key through OpenSSL. However, when I provide the TPM-backed private key reference/path to the gRPC server for TLS configuration, gRPC reports that the private key is missing or cannot be loaded.
My questions are:
Environment:
Any guidance or examples would be greatly appreciated.
Thanks!