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:
parent
02ae97b0da
commit
7ba8e5f376
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue