opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.23k stars 550 forks source link

Adding vTPM specification #1263

Closed KevinLi1020 closed 3 months ago

KevinLi1020 commented 3 months ago

Add vTPM specification to runtime-spec for runc.

The following is an example of vtpm

"vtpms": [ { "statePath": "/var/lib/runc/myvtpm2", "statePathIsManaged": true, "vtpmVersion": "1.2", "createCerts": true, "runAs": "root", "pcrBanks": "sha1,sha512", "encryptionPassword": "mysecret" } ] Signed-off-by: Wenhai Li lwh20053276@163.com