mirror of https://github.com/statping/statping
Updated PGP Signature (markdown)
parent
2e9f17a079
commit
078650efca
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue