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>
(cherry picked from commit 7ba8e5f376
)
This commit is contained in:
parent
82d4b98ddc
commit
c834a75718
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ generate_master_key() {
|
|||
"${GPG_PACMAN[@]}" --gen-key --batch <<EOF
|
||||
%echo Generating pacman keyring master key...
|
||||
Key-Type: RSA
|
||||
Key-Length: 2048
|
||||
Key-Length: 4096
|
||||
Key-Usage: sign
|
||||
Name-Real: Pacman Keyring Master Key
|
||||
Name-Email: pacman@localhost
|
||||
|
|
Loading…
Add table
Reference in a new issue