Skip to content

Commit

Permalink
docs: add signing key info to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Nadasdi <[email protected]>
  • Loading branch information
yitsushi committed Jan 7, 2024
1 parent 79c0d8f commit f5c65c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ or [Homebrew](https://brew.sh/):
brew install totp-cli
```

#### Signing key

On release, there is a checksum file for all generated artefacts. This file is
signed with the [66EA13043E6CDBA67A5D85AB71BD3AD93E8B6ABF](https://keys.openpgp.org/search?q=66EA13043E6CDBA67A5D85AB71BD3AD93E8B6ABF)
GPG key.

```
gpg --keyserver keys.openpgp.org --search 66EA13043E6CDBA67A5D85AB71BD3AD93E8B6ABF
gpg --verify totp-cli_{{.Version}}_checksums.txt.sig
```

#### Upgrading from totp-cli v1.2.7 or below

Starting with totp-cli v1.2.8 a [more secure storage
Expand Down

0 comments on commit f5c65c9

Please sign in to comment.