Skip to content

Commit 5384ddb

Browse files
authored
Merge pull request #333 from Dstack-TEE/kvinwang-patch-1
attestation.md: no rootfs hash in RTMR3
2 parents 1ba3507 + ba4eb54 commit 5384ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attestation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The MR register values indicate the following:
2525
- RTMR0: OVMF records CVM's virtual hardware setup, including CPU count, memory size, and device configuration. While dstack uses fixed devices, CPU and memory specifications can vary. RTMR0 can be computed from these specifications.
2626
- RTMR1: OVMF records the Linux kernel measurement.
2727
- RTMR2: Linux kernel records kernel cmdline (including rootfs hash) and initrd measurements.
28-
- RTMR3: initrd records dstack App details, including compose hash, instance id, app id, rootfs hash, and key provider.
28+
- RTMR3: initrd records dstack App details, including compose hash, instance id, app id, and key provider.
2929

3030
MRTD, RTMR0, RTMR1, and RTMR2 can be pre-calculated from the built image (given CPU+RAM specifications). Compare these with the verified quote's MRs to confirm correct base image code execution.
3131

0 commit comments

Comments
 (0)