Skip to content

Commit

Permalink
tests: Use long key IDs
Browse files Browse the repository at this point in the history
Short key IDs are not secure, and may be rejected by OpenPGP
implementations.  See https://evil32.com/

Signed-off-by: Justus Winter <[email protected]>
  • Loading branch information
teythoon committed Feb 16, 2024
1 parent f46cc0c commit ad8c9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-admin-gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-commit-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

echo "1..7"

keyid="472CDAFA"
keyid="7FCA23D8472CDAFA"
oldpwd=`pwd`
mkdir ostree-srv
cd ostree-srv
Expand Down

0 comments on commit ad8c9f9

Please sign in to comment.