Closed KevinLi1020 closed 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
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