-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG verification docs #4381
GPG verification docs #4381
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4381 +/- ##
==========================================
+ Coverage 20.05% 20.06% +<.01%
==========================================
Files 153 153
Lines 30769 30769
==========================================
+ Hits 6171 6174 +3
+ Misses 23654 23652 -2
+ Partials 944 943 -1
Continue to review full report at Codecov.
|
chmod +x gitea | ||
``` | ||
|
||
## Verify GPG signature | ||
Gitea signs all binaries with a [GPG key](https://pool.sks-keyservers.net/pks/lookup?op=get&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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the same server for verifying command and GPG key
link:
GPG key
Fix #4374
Please suggest fixes to wording