mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 11:34:22 +01:00
In online-kbs attestation the guest is given the location of the keybroker server to connect after launch. This patch appends the IP:Port of the online-kbs to the kernel params of the guest. Patch also simplifies the kbs config into "mode" = offline/online, and updates SEV config variable names and default values Fixes: #5661 #5715 Signed-off-by: Jim Cadden <jcadden@ibm.com>
AMD SEV confidential guest utilities
This package provides utilities for launching AMD SEV confidential guests.
Calculating expected launch digests
The CalculateLaunchDigest function can be used to calculate the expected
SHA-256 of an SEV confidential guest given its firmware, kernel, initrd, and
kernel command-line.
Unit test data
The testdata directory contains file used for testing
CalculateLaunchDigest.