mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-18 06:00:35 -04:00
config: align pre-filled AWS measurements
This commit is contained in:
parent
c18feaaace
commit
97acdfa297
1 changed files with 4 additions and 2 deletions
|
@ -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 are the PCR values for an AWS Nitro Constellation node that are initially set in a generated config file.
|
||||||
awsPCRs = Measurements{
|
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},
|
11: zero,
|
||||||
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},
|
12: zero,
|
||||||
|
13: zero,
|
||||||
|
uint32(vtpm.PCRIndexClusterID): zero,
|
||||||
}
|
}
|
||||||
|
|
||||||
qemuPCRs = Measurements{
|
qemuPCRs = Measurements{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue