TPM2 Support
#1321
Replies: 1 comment
-
Can just implement something using the TPM2 TSS key files directly. https://github.com/Foxboron/go-tpm-keyfiles https://www.hansenpartnership.com/draft-bottomley-tpm2-keys.html Judging by the existing keysource implementations it should be fairly trivial to implement? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am surprised to see that nobody seems to use SOPS with hardware-backed keys in a TPM2 module.
Is this supported? Or what would be the required steps to do so?
Here are some of my initial ideas:
Support it via age-plugin-tpm
Support it via GnuPG (>= v2.3)
Beta Was this translation helpful? Give feedback.
All reactions