1
0
Fork 0
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:
Kai Michaelis 2019-02-22 21:53:51 +01:00
parent c681f87f59
commit 1ec13697ef

View file

@ -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 }} &gt; mykey.pgp</code></pre>
<pre><code>gpg --fetch-keys https://{{ domain }}/by-fingerprint/{{ fpr }}</code></pre>
</div>
{{/layout}}