mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
scripts: PGP sign SHASUMs [GH-152]
This commit is contained in:
parent
a672d9cde3
commit
1df31c6144
@ -32,7 +32,9 @@ done
|
||||
|
||||
# Make the checksums
|
||||
pushd ./pkg/dist
|
||||
rm ./vault_${VERSION}_SHA256SUMS*
|
||||
shasum -a256 * > ./vault_${VERSION}_SHA256SUMS
|
||||
gpg --default-key 348FFC4C --detach-sig ./vault_${VERSION}_SHA256SUMS
|
||||
popd
|
||||
|
||||
# Upload
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user