diff options
author | Allan McRae <allan@archlinux.org> | 2020-06-15 11:17:41 +0200 |
---|---|---|
committer | Andrew Gregory <andrew@archlinux.org> | 2020-06-22 10:29:10 +0200 |
commit | c834a75718949103a0d3b71f6de8bb6dbabfd74a (patch) | |
tree | ddc1f42150e4bcf1e17aa6f4d4418f38e96dee52 /scripts/pacman-key.sh.in | |
parent | 82d4b98ddce0165a0d1ec5474d448b2a93167b4e (diff) | |
download | pacman-c834a75718949103a0d3b71f6de8bb6dbabfd74a.tar.gz pacman-c834a75718949103a0d3b71f6de8bb6dbabfd74a.tar.xz |
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 7ba8e5f376528fcef9f7613304d8f18b2f664ee8)
Diffstat (limited to 'scripts/pacman-key.sh.in')
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 5fc4ae47..3962a57b 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -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 |