Skip to content

Commit a3fb508

Browse files
Added some comments
1 parent d2329df commit a3fb508

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

signing-kernel-modules.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ install_vbox() {
194194

195195

196196
signing_modules() {
197-
197+
clear
198+
echo "Let's create the signing certificates"
199+
read -p "Press any key to continue..."
198200
openssl req -nodes -new -x509 -newkey rsa:2048 -outform DER -addext "extendedKeyUsage=codeSigning" -keyout $PRIV_KEY -out $PUB_KEY
199201
mokutil --import $PUB_KEY
200202
cd $SIGN_DIR
@@ -207,7 +209,7 @@ signing_modules() {
207209

208210
show_msg;
209211
start_env;
210-
test_dependencies "${DEPENDENCIES[@]}"
212+
test_dependencies "${DEPENDENCIES[@]}";
211213
test_bin;
212214
test_sign_script;
213215
test_systemd_script;

0 commit comments

Comments
 (0)