trusted platform module signer support #132
salrashid123
started this conversation in
Show and tell
Replies: 2 comments
-
Interesting idea! I have moved this to the discussion section. |
Beta Was this translation helpful? Give feedback.
0 replies
-
an application is for this google cloud IoT auth which just uses a JWT but all the examples describes a plain cert on the device. fwiw, the more generic form is to use pkcs11 interface like this but its harder to setup (though that'll allow you to potentially sign using an HSM or youbikey or tpm, etc) |
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
-
not a bug or FR but incase any user here is interested, a jwt signer/extension that uses a trusted platform module
https://github.com/salrashid123/golang-jwt-tpm
(just limited alpha quality; (only tested on linux and on rasp-pi)); feel free to PR or issues though i don't know how to use windows TPM issues)
Beta Was this translation helpful? Give feedback.
All reactions