]> source.dussan.org Git - gitea.git/commitdiff
Use fingerprint in place of id (#5099)
authorAntoine GIRARD <sapk@users.noreply.github.com>
Thu, 18 Oct 2018 04:15:02 +0000 (06:15 +0200)
committertechknowlogick <hello@techknowlogick.com>
Thu, 18 Oct 2018 04:15:02 +0000 (00:15 -0400)
docs/content/doc/installation/from-binary.en-us.md

index 3c2390055967650cac2c37fb56207aa1d977bfb7..9f61a6f1df9aba1da2615194d22bbe59be5fbcbc 100644 (file)
@@ -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
 ```