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
go-attestation should support loading and using this key directly if the nvindex is specified in AK key acqusition or initialization
eg load and use a key from template here
data, err:=tpm2.NVReadEx(t.rwc, tpmutil.Handle(client.GceAKTemplateNVIndexRSA), tpm2.HandleOwner, "", 0)
template, err:=tpm2.DecodePublic(data)
// use template to acquire AK and use that
GCE VM's encodes a signing key directly at index
which a customer can recall the final key itself through get-shielded-identity
go-attestation should support loading and using this key directly if the nvindex is specified in AK key acqusition or initialization
eg load and use a key from template here
ref handles used on gcp
The text was updated successfully, but these errors were encountered: