mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 10:38:46 -04:00
Add qemu vTPM issuer and validator
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
f5aafd8178
commit
956ced6e3d
5 changed files with 71 additions and 6 deletions
|
@ -35,6 +35,12 @@ func (Azure) OID() asn1.ObjectIdentifier {
|
|||
return asn1.ObjectIdentifier{1, 3, 9900, 4}
|
||||
}
|
||||
|
||||
type QEMU struct{}
|
||||
|
||||
func (QEMU) OID() asn1.ObjectIdentifier {
|
||||
return asn1.ObjectIdentifier{1, 3, 9900, 5}
|
||||
}
|
||||
|
||||
// TODO: Remove once we no longer use non cvms.
|
||||
type GCPNonCVM struct{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue