Updated PGP Signature (markdown)

master
Hunter Long 2018-12-04 00:08:30 -08:00
parent 2e9f17a079
commit 078650efca
1 changed files with 2 additions and 2 deletions

@ -2,13 +2,13 @@ You can check if the Statping binary you downloaded is authentic by running a fe
### Steps to Authenticate ### 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. 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 <info@statping.com>" [ultimate]`. 3. You should see `Good signature from "Hunter Long <info@statping.com>" [ultimate]`.
# Statping Public Key # Statping Public Key
You can also download the key with the command below: 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
``` ```
``` ```