aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-binary.en-us.md
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-10-18 06:15:02 +0200
committertechknowlogick <hello@techknowlogick.com>2018-10-18 00:15:02 -0400
commite4b8103ac7110726bebbe7194ad794d649249fc5 (patch)
tree703a2aa5438f7dbb7e411f578efc20e7f967d142 /docs/content/doc/installation/from-binary.en-us.md
parent97da83d00811dca053621cd4a7e196698958d03c (diff)
downloadgitea-e4b8103ac7110726bebbe7194ad794d649249fc5.tar.gz
gitea-e4b8103ac7110726bebbe7194ad794d649249fc5.zip
Use fingerprint in place of id (#5099)
Diffstat (limited to 'docs/content/doc/installation/from-binary.en-us.md')
-rw-r--r--docs/content/doc/installation/from-binary.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md
index 3c23900559..9f61a6f1df 100644
--- a/docs/content/doc/installation/from-binary.en-us.md
+++ b/docs/content/doc/installation/from-binary.en-us.md
@@ -29,7 +29,7 @@ chmod +x gitea
Gitea signs all binaries with a [GPG key](https://pgp.mit.edu/pks/lookup?op=vindex&fingerprint=on&search=0x2D9AE806EC1592E2) to prevent against unwanted modification of binaries. To validate the binary download the signature file which ends in `.asc` for the binary you downloaded and use the gpg command line tool.
```sh
-gpg --keyserver pgp.mit.edu --recv 0x2D9AE806EC1592E2
+gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
gpg --verify gitea-1.5.0-linux-amd64.asc gitea-1.5.0-linux-amd64
```