oem-factory-reset: RSA default should be 3072, not 3076. squash

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2023-10-31 11:42:57 -04:00
parent a3086e9a1c
commit 2a04fb5650
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -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)