tests: Use long key IDs

Short key IDs are not secure, and may be rejected by OpenPGP
implementations.  See https://evil32.com/

Signed-off-by: Justus Winter <justus@sequoia-pgp.org>
This commit is contained in:
Justus Winter 2024-02-16 13:33:21 +01:00
parent f46cc0cd85
commit ad8c9f9817
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ setup_os_repository_signed () {
bootdir=${1:-usr/lib/modules/3.6.0}
oldpwd=`pwd`
keyid="472CDAFA"
keyid="7FCA23D8472CDAFA"
cd ${test_tmpdir}
mkdir testos-repo

View File

@ -33,7 +33,7 @@ fi
echo "1..7"
keyid="472CDAFA"
keyid="7FCA23D8472CDAFA"
oldpwd=`pwd`
mkdir ostree-srv
cd ostree-srv