sbctl icon indicating copy to clipboard operation
sbctl copied to clipboard

support configuring path instead of hardcoded `/var/lib/sbctl`

Open thebigbone opened this issue 1 month ago • 1 comments

hello, currently it's not possible to choose a path for storing sbctl keys and config. it would be nice to, for ex, store the keys in an external mounted storage and not keep it in host all the time, even when you don't have to sign anything.

thebigbone avatar Oct 30 '25 09:10 thebigbone

@thebigbone That is default config. If you create config.json, you can point sbctl to alternate keydir. ./sbctl --config config.json

{ "keydir": "/home/user/sbkeys" }

bsingh-kpt avatar Nov 01 '25 03:11 bsingh-kpt