mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
simplify upload instructions
This commit is contained in:
parent
88260c8e1f
commit
1715c7834d
1 changed files with 2 additions and 2 deletions
4
dist/templates/upload.html.hbs
vendored
4
dist/templates/upload.html.hbs
vendored
|
@ -14,8 +14,8 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<p>If you're using GnuPG you can use the following snipped to export you public key. <b>Replace <email></b> with you email address (User ID) of the key you want to upload. This will create a file called mykey.pgp that you can upload here.</p>
|
||||
<pre><code>gpg --export <email> > mykey.pgp</code></pre>
|
||||
<p>If you're using GnuPG you can use the following snipped to export you public key. This will create a file called mykey.pgp that you can upload here.</p>
|
||||
<pre><code>gpg --export your-address@example.org > mykey.pgp</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue