Foxboron / sbctl

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

Add append option #244

Closed RiSKeD closed 9 months ago

RiSKeD commented 9 months ago

Added one more flags to enroll-keys and reset respectively: Enroll-keys: Append the key to be enrolled to the existing db Reset: Only remove a specific certs by providing a flag with their paths

I am hesitant to add more flags to the enroll-keys cmd but they do seem useful to me

Foxboron commented 9 months ago

Missing a section in the manpage :)

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

RiSKeD commented 9 months ago

Missing a section in the manpage :)

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

I added comments for each of the flags I added.