Skip to content

Commit

Permalink
gpg: add the 2024 pub key (RSA)
Browse files Browse the repository at this point in the history
Adding a new GPG key in RSA format which supports both deb and rpm signing

Related to scylladb/scylla-enterprise#4222
  • Loading branch information
yaronkaikov committed Jul 29, 2024
1 parent a9b0e21 commit 8a6bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ packages_update() {
}

setup_install() {
SCYLLA_GPG_KEY="d0a112e067426ab2 491c93b9de7496a7"
SCYLLA_GPG_KEY="d0a112e067426ab2 491c93b9de7496a7 a43e06657bac99e3"
if [[ -n "$SCYLLA_REPO_FILE_URL" ]]; then
SCYLLA_URL=${SCYLLA_REPO_FILE_URL}
SCYLLA_PRODUCT_VERSION="${SCYLLA_PRODUCT}"
Expand Down

0 comments on commit 8a6bb90

Please sign in to comment.