What is the current state of support for utilizing persistent keys inside of the TPM?
My application is to:
1.) Create a persistent private key on the TPM in NVRAM (public on file system)
2.) Use that persistent private key to create a CSR
Is this possible? Issue/bug #24 states that persistent key support is a WIP for PR #14. PR #14 references PR #33. However, I can't find any usage documentation around this support?
What is the current state of support for utilizing persistent keys inside of the TPM? My application is to: 1.) Create a persistent private key on the TPM in NVRAM (public on file system) 2.) Use that persistent private key to create a CSR
Is this possible? Issue/bug #24 states that persistent key support is a WIP for PR #14. PR #14 references PR #33. However, I can't find any usage documentation around this support?
Thanks!