Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback to non-TPM unique identifier if TPM not available #21

Open
agracey opened this issue Jan 15, 2022 · 1 comment
Open

Fallback to non-TPM unique identifier if TPM not available #21

agracey opened this issue Jan 15, 2022 · 1 comment

Comments

@agracey
Copy link

agracey commented Jan 15, 2022

For systems without a TPM available (such as rpi), we need to be able to use a different identifier to help with the secure onboarding.

If we have a global trust root stored in Rancher, we could sign a hardware identifier and store it in a read-only partition. As long as this signature is loaded out of band or prior to hardware transport, we can trust the registration.

@mudler
Copy link

mudler commented Mar 7, 2022

FYI we split tpm bits from rancherd/os2 in a separate library that can be used by both: https://github.com/rancher-sandbox/go-tpm and supports TPM emulation

mudler added a commit to mudler/rancherd that referenced this issue Jun 17, 2022
Consume go-tpm in place of tpm in rancherd/os2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants