explain how to publish the key

Problem: The key needs to be published in order for the
  signature-checker to work.
Solution: Add a section about uploading the key to a server.
This commit is contained in:
Nicco Kunzmann 2018-06-25 14:29:59 +02:00 committed by GitHub
parent cb59e01a05
commit 238cf23bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,14 @@ uid Bilbo Baggins <bilbo@shire.org>
sub 4096R/69B0EA85 2013-03-13
~~~
Upload the Key
--------------
For others to find the public key, please upload it to a server.
```
gpg --send-keys 69B0EA85
```
Using PGP with Git
------------------