lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
67 stars 37 forks source link

write a efi-shell-script to set Moknew to MokList #12

Closed tbk2 closed 6 years ago

tbk2 commented 6 years ago

Hi,

I want to provisioning a pool of pc for secure boot with a minimum set of interaction.

The idea is to

I tried to understand the steps from MokManager.c and tried to do it with the efishell command setvar but I wasn't successful.

Maybe someone could help me with the necessary efishell commands to write the date from Moknew to MokList?

lcp commented 6 years ago

The format of MokList follows the Signature Database defined in UEFI spec 2.7 errata A 31.4.1, and what MokManager does is to append MokNew to MokList. Hope this helps.

tbk2 commented 6 years ago

Yes ... then you!