Skip to content

Commit

Permalink
remove redundant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 5, 2023
1 parent 0d57107 commit c9994bb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/signing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

0 comments on commit c9994bb

Please sign in to comment.