Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab/ci/build_archiso.sh
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-12-07 10:26:13 +0200
committernl6720 <nl6720@gmail.com>2023-12-07 10:39:20 +0200
commit60a38f0890cca3483f34948ed9b758b26e5d8b21 (patch)
treecefc071d74a21999b7ae5580117f69547a19f462 /.gitlab/ci/build_archiso.sh
parent1eb7fc3c8a88daadc4dc23fc84cb5f4bb8394d84 (diff)
.gitlab/ci/build_archiso.sh: do not use "default" as the gpg Key-Type
GnuPG changed their default from RSA to ECC, so Key-Length not a thing it supports. Instead it asks for the Key-Curve. Avoid using the default and hardcode ed25519 (which is the current GnuPG default).
Diffstat (limited to '.gitlab/ci/build_archiso.sh')
-rwxr-xr-x.gitlab/ci/build_archiso.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/build_archiso.sh b/.gitlab/ci/build_archiso.sh
index 0504fd2..d11d1fc 100755
--- a/.gitlab/ci/build_archiso.sh
+++ b/.gitlab/ci/build_archiso.sh
@@ -183,8 +183,8 @@ __EOF__
gpg --homedir "${gnupg_homedir}" --gen-key <<EOF
%echo Generating ephemeral Arch Linux release engineering key pair...
-Key-Type: default
-Key-Length: 3072
+Key-Type: eddsa
+Key-Curve: ed25519
Key-Usage: sign
Name-Real: Arch Linux Release Engineering
Name-Comment: Ephemeral Signing Key