-
Notifications
You must be signed in to change notification settings - Fork 16
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
identityd: make backup copies of Node keypair or store it in an hardware vault #438
Comments
What if we used vault? We can make it possible that the farmer can run his own instance of Vault on the threebot! It would make recovering his own keys even possible. Let's say a farmer has the capability to initiate a backup for a specific node. in the farmer threebot he can authorize this request to store the node's keys in the vault. If a node's keypair is wiped from a disk and reboots it will generate a new keypair. What if the farmer could select this specific node and execute a |
Maybe we can integrate this in a secure way for 3.0 |
tpm related? |
in case a node loses the disk where the Node Keypair is stored, there would be no other way than to re-register the node as a new one.
We should have a backup somewhere and verify at boot, that if we need to format the system disk, there are no backup copies of the keypair.
Questions:
The text was updated successfully, but these errors were encountered: