You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README, it is mentioned that the snpguest key command has a --guest_field_select option to specify which Guest Field Select bits to enable for the key derivation.
However, when running the following command on an SNP guest snpguest key derived-key.bin vcek --guest_field_select 100001 --guest_svn 2 --tcb_version 1 --vmpl 3
I get the following error
error: unexpected argument '--guest_field_select' found
tip: a similar argument exists: '--guest_file_select'
Usage: snpguest key <key-path|root-key-select|--vmpl <vmpl>|--guest_file_select <######>|--guest_svn <GSVN>|--tcb_version <TCBV>>
Works fine when using --guest_file_select though.
The text was updated successfully, but these errors were encountered:
In the README, it is mentioned that the
snpguest key
command has a--guest_field_select
option to specify which Guest Field Select bits to enable for the key derivation.However, when running the following command on an SNP guest
snpguest key derived-key.bin vcek --guest_field_select 100001 --guest_svn 2 --tcb_version 1 --vmpl 3
I get the following error
Works fine when using
--guest_file_select
though.The text was updated successfully, but these errors were encountered: