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

11 lines
404 B
Handlebars
Raw Normal View History

2019-02-22 10:05:09 -05:00
{{#> layout }}
<div class="row">
<p class="found-key">
2019-02-22 14:52:40 -05:00
We found an entry for <em>{{ query }}</em>.
2019-02-22 10:05:09 -05:00
</p>
2019-02-22 14:52:40 -05:00
<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>
2019-02-22 10:05:09 -05:00
</div>
{{/layout}}