From 2a04fb565097a234f526cb1d24a3ec11cb6f78e7 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 31 Oct 2023 11:42:57 -0400 Subject: [PATCH] oem-factory-reset: RSA default should be 3072, not 3076. squash Signed-off-by: Thierry Laurion --- initrd/bin/oem-factory-reset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/oem-factory-reset b/initrd/bin/oem-factory-reset index 17669831..7e86f118 100755 --- a/initrd/bin/oem-factory-reset +++ b/initrd/bin/oem-factory-reset @@ -38,7 +38,7 @@ CUSTOM_PASS_AFFECTED_COMPONENTS="" # Default GPG Algorithm is RSA GPG_ALGO="RSA" # Default RSA key length -RSA_KEY_LENGTH=3076 +RSA_KEY_LENGTH=3072 GPG_USER_NAME="OEM Key" GPG_KEY_NAME=$(date +%Y%m%d%H%M%S)