hagrid-keyserver--hagrid/dist/templates/found.html.hbs

11 lines
404 B
Handlebars

{{#> layout }}
<div class="row">
<p class="found-key">
We found an entry for <em>{{ query }}</em>.
</p>
<p>You can get it with GnuPG using the following snippet:</p>
<pre><code class="snippet">gpg {{ gpg_options }}--fetch-keys <a href="https://{{ domain }}/vks/v1/by-fingerprint/{{ fpr }}">https://{{ domain }}/vks/v1/by-fingerprint/{{ fpr }}</a></code></pre>
</div>
{{/layout}}