forked from celestiaorg/celestia-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,3 @@ This directory contains a script for consumers to verify signatures on artifacts | |
``` | ||
|
||
1. Copy the `*.asc` file into `keys/` | ||
|
||
## How to use the script | ||
|
||
```shell | ||
./scripts/signing/verify-signature.sh checksums.txt.sig checksums.txt | ||
``` | ||
|
||
should see output like this: | ||
|
||
```shell | ||
Importing the public keys in ./keys... | ||
Verifying the signature of /Users/rootulp/Downloads/checksums.txt.sig with /Users/rootulp/Downloads/checksums.txt... | ||
gpg: Signature made Thu Sep 21 14:39:26 2023 EDT | ||
gpg: using EDDSA key ACF99399A35311E95B2432072B987E2A363550BE | ||
gpg: Good signature from "rootulp-test-goreleaser <[email protected]>" [ultimate] | ||
``` |