summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-06-15 11:17:41 +0200
committerAndrew Gregory <andrew@archlinux.org>2020-06-22 10:29:10 +0200
commitc834a75718949103a0d3b71f6de8bb6dbabfd74a (patch)
treeddc1f42150e4bcf1e17aa6f4d4418f38e96dee52
parent82d4b98ddce0165a0d1ec5474d448b2a93167b4e (diff)
downloadpacman-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)
-rw-r--r--scripts/pacman-key.sh.in2
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