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
The agent currently only persists the TpmsContext of the AK to disk and not the NK and mTLS certificate.
This means that restarting the agent (not the whole system) mid attestation will cause an unnecessary failure.
The following things are required to fix this:
Persisting the NK private and public key to disk instead of generating a new one at every startup
Persisting the mTLS certificate to disk
(Persisting the AK Private and Public to disk instead of TpmsContext because the context not loadable after a reboot. There is no reason why we need a fresh AK every time.)
The text was updated successfully, but these errors were encountered:
The agent currently only persists the
TpmsContext
of the AK to disk and not the NK and mTLS certificate.This means that restarting the agent (not the whole system) mid attestation will cause an unnecessary failure.
The following things are required to fix this:
Private
andPublic
to disk instead ofTpmsContext
because the context not loadable after a reboot. There is no reason why we need a fresh AK every time.)The text was updated successfully, but these errors were encountered: