diff --git a/PGP-Signature.md b/PGP-Signature.md index 877d352..8a945ef 100644 --- a/PGP-Signature.md +++ b/PGP-Signature.md @@ -2,13 +2,13 @@ You can check if the Statping binary you downloaded is authentic by running a fe ### Steps to Authenticate 1. Download the Statping `tar.gz` file from [Latest Releases](https://github.com/hunterlong/statup/releases/latest) and extract the Statping binary and the `statup.asc` file. -2. Run command: `gpg --verify statup.asc` +2. Run command: `gpg --verify statping.asc` 3. You should see `Good signature from "Hunter Long " [ultimate]`. # Statping Public Key You can also download the key with the command below: ``` -wget -O statup.gpg https://raw.githubusercontent.com/hunterlong/statup/master/dev/statup.gpg +wget -O statping.gpg https://raw.githubusercontent.com/hunterlong/statping/master/dev/statup.gpg ``` ```