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
I have a use case where I would like to use the NULL hierarchy with transient objects and when VM rebooted to a pristine state the objects removed and new seed generated.
The text was updated successfully, but these errors were encountered:
I have a use case where I would like to use the NULL hierarchy with transient objects and when VM rebooted to a pristine state the objects removed and new seed generated.
So really something like tpm2_ptool init --heirarchy=null. Then on reboot of the VM just wipe the store?
Internally we use either a transient parent that gets created when the --transient-parent option or a persistent handle. We won't be able to use the persistent handle here since that only works for owner and platform hierarchies IIRC. So that --hierarchy=null would imply a transient parent.
I have a use case where I would like to use the NULL hierarchy with transient objects and when VM rebooted to a pristine state the objects removed and new seed generated.
The text was updated successfully, but these errors were encountered: