Skip to content

Commit

Permalink
update(build): Switch from RSA/SHA1 to RSA/SHA256 signature in the RP…
Browse files Browse the repository at this point in the history
…M packages

Signed-off-by: Vicente J. Jiménez Miras <[email protected]>
  • Loading branch information
vjjmiras committed Jun 9, 2022
1 parent e6f99a6 commit 690c10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
command: |
echo "%_signature gpg" > ~/.rpmmacros
echo "%_gpg_name Falcosecurity Package Signing" >> ~/.rpmmacros
echo "%__gpg_sign_cmd %{__gpg} --force-v3-sigs --batch --no-armor --passphrase-fd 3 --no-secmem-warning -u \"%{_gpg_name}\" -sb --digest-algo sha256 %{__plaintext_filename}'" >> ~/.rpmmacros
cd /build/release/
echo '#!/usr/bin/expect -f' > sign
echo 'spawn rpmsign --addsign {*}$argv' >> sign
Expand Down

0 comments on commit 690c10a

Please sign in to comment.