summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-06-15 19:17:41 +1000
committerAllan McRae <allan@archlinux.org>2020-06-15 19:17:41 +1000
commit7ba8e5f376528fcef9f7613304d8f18b2f664ee8 (patch)
tree95ec281fd68799d7f6efc72225ae66cfb10bd45b
parent02ae97b0da220d9079c6c2c1ac3e3ab0d12c1ac7 (diff)
downloadpacman-7ba8e5f376528fcef9f7613304d8f18b2f664ee8.tar.gz
pacman-7ba8e5f376528fcef9f7613304d8f18b2f664ee8.zip
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>
-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 3e952c1b..ccfd1b96 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -148,7 +148,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