mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
fix found gpg snippet
This commit is contained in:
parent
c681f87f59
commit
1ec13697ef
1 changed files with 1 additions and 1 deletions
2
dist/templates/found.html.hbs
vendored
2
dist/templates/found.html.hbs
vendored
|
@ -5,6 +5,6 @@
|
|||
</p>
|
||||
|
||||
<p>You can get it with GnuPG using the following snippet:</p>
|
||||
<pre><code>gpg --fetch-keys https://{{ domain }}/by-fingerprint/{{ fpr }} > mykey.pgp</code></pre>
|
||||
<pre><code>gpg --fetch-keys https://{{ domain }}/by-fingerprint/{{ fpr }}</code></pre>
|
||||
</div>
|
||||
{{/layout}}
|
||||
|
|
Loading…
Reference in a new issue