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
Making progress. Dev'ing against the swtpm in LXD for now. Seems ubuntu 22.04 based distros need gpg upgraded to 2.3.x or 2.4.x versions. Doesn't appear to be a nice package for this so have to build this manually.
GPG + TPM2.0
gpg --edit-key
keytotpm
<<password>>
<<password>>
Not much to it really, just select a key and call keytotpm on it and it'll be converted to TPM format.
🚀 Feature Proposal
Support TPM based private keys.
https://superuser.com/questions/1501628/how-to-store-gpg-keys-in-tpm
https://github.com/alonbl/gnupg-pkcs11-scd
https://github.com/tpm2-software/tpm2-pkcs11
The text was updated successfully, but these errors were encountered: