Foxboron / sbctl

:computer: :lock: :key: Secure Boot key manager
MIT License
1.35k stars 71 forks source link

`create-keys` allows for specifying an export directory #259

Closed cosmastech closed 7 months ago

cosmastech commented 7 months ago

To resolve https://github.com/Foxboron/sbctl/issues/258

This allows the end-user to specify an export path. Not entirely sure what the GUID is useful for, tbh, but since I didn't have a /usr/share/secureboot/ directory, I was still having trouble running this command. I added the ability to specify the database-path too.

Foxboron commented 7 months ago

Missing some documentation in the manpage, else it looks great :) Thanks!

https://github.com/Foxboron/sbctl/blob/master/docs/sbctl.8.txt#L28

Foxboron commented 7 months ago

Squash the two last commits together and it's fine :) Thanks!

Foxboron commented 7 months ago

Thanks!

cosmastech commented 7 months ago

Thanks!

Thanks for your patience with me.