Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix incorrect signature file name and gpg verify command
  • Loading branch information
alexhung authored May 20, 2024
1 parent 6f756d9 commit adf12f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ Checksums for each binary are provided in the `artifactory-secrets-plugin_<versi

If the public key is not in your GPG keychain, import it:
```sh
gpg --import artifactory-secrets-plugin-public-key.asc
gpg --import vault-plugin-secrets-artifactory-public-key.asc
```

Then verify the checksums file signature:

```sh
gpg --verify artifactory-secrets-plugin_<version>_checksums.txt.sig
gpg --verify artifactory-secrets-plugin_<version>_checksums.txt.sig artifactory-secrets-plugin_<version>_checksums.txt
```

You should see something like the following:
Expand Down

0 comments on commit adf12f5

Please sign in to comment.