Implement kernel signing
This commit is contained in:
7
justfile
7
justfile
@@ -46,3 +46,10 @@ toggle-nvk:
|
||||
echo "Rebasing to ${NEW_IMAGE}"
|
||||
rpm-ostree rebase ${CURRENT_URI}${NEW_IMAGE}
|
||||
just _configure-nvidia ${CONFIG_ACTION}
|
||||
|
||||
generate-secureboot-key:
|
||||
openssl req -config ./openssl.cnf \
|
||||
-new -x509 -newkey rsa:2048 \
|
||||
-nodes -days 36500 -outform DER \
|
||||
-keyout ./.secure-files/MOK.priv \
|
||||
-out ./files/base/etc/pki/akmods/certs/akmods-wunker-bunker.der
|
||||
|
||||
Reference in New Issue
Block a user