mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
config: align pre-filled AWS measurements
This commit is contained in:
parent
c18feaaace
commit
97acdfa297
@ -45,8 +45,10 @@ var (
|
||||
|
||||
// awsPCRs are the PCR values for an AWS Nitro Constellation node that are initially set in a generated config file.
|
||||
awsPCRs = Measurements{
|
||||
uint32(vtpm.PCRIndexOwnerID): {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
|
||||
uint32(vtpm.PCRIndexClusterID): {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
|
||||
11: zero,
|
||||
12: zero,
|
||||
13: zero,
|
||||
uint32(vtpm.PCRIndexClusterID): zero,
|
||||
}
|
||||
|
||||
qemuPCRs = Measurements{
|
||||
|
Loading…
Reference in New Issue
Block a user