pacman-key: change signing key to RSA4096

RSA2048 may have been fine when this was written many moons ago, but time
this has a bump.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2020-06-15 19:17:41 +10:00
parent 02ae97b0da
commit 7ba8e5f376

View file

@ -148,7 +148,7 @@ generate_master_key() {
"${GPG_PACMAN[@]}" --gen-key --batch <<EOF "${GPG_PACMAN[@]}" --gen-key --batch <<EOF
%echo Generating pacman keyring master key... %echo Generating pacman keyring master key...
Key-Type: RSA Key-Type: RSA
Key-Length: 2048 Key-Length: 4096
Key-Usage: sign Key-Usage: sign
Name-Real: Pacman Keyring Master Key Name-Real: Pacman Keyring Master Key
Name-Email: pacman@localhost Name-Email: pacman@localhost