mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 09:45:34 -04:00
attestation: create issuer based on kernel cmd line (#1355)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
80ff380859
commit
5bad5f768b
7 changed files with 209 additions and 56 deletions
|
@ -31,6 +31,8 @@ const (
|
|||
ConstellationSaltKey = "salt"
|
||||
// ConstellationVerifyServiceUserData is the user data that the verification service includes in the attestation.
|
||||
ConstellationVerifyServiceUserData = "VerifyService"
|
||||
// AttestationVariant is the name of the environment variable that contains the attestation variant.
|
||||
AttestationVariant = "CONSTEL_ATTESTATION_VARIANT"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue