mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
oem-factory-reset: RSA default should be 3072, not 3076. squash
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
a3086e9a1c
commit
2a04fb5650
@ -38,7 +38,7 @@ CUSTOM_PASS_AFFECTED_COMPONENTS=""
|
|||||||
# Default GPG Algorithm is RSA
|
# Default GPG Algorithm is RSA
|
||||||
GPG_ALGO="RSA"
|
GPG_ALGO="RSA"
|
||||||
# Default RSA key length
|
# Default RSA key length
|
||||||
RSA_KEY_LENGTH=3076
|
RSA_KEY_LENGTH=3072
|
||||||
|
|
||||||
GPG_USER_NAME="OEM Key"
|
GPG_USER_NAME="OEM Key"
|
||||||
GPG_KEY_NAME=$(date +%Y%m%d%H%M%S)
|
GPG_KEY_NAME=$(date +%Y%m%d%H%M%S)
|
||||||
|
Loading…
Reference in New Issue
Block a user