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

11 lines
371 B
Handlebars
Raw Normal View History

2019-02-22 15:05:09 +00:00
{{#> layout }}
<div class="row">
<p class="found-key">
2019-02-22 19:52:40 +00:00
We found an entry for <em>{{ query }}</em>.
2019-02-22 15:05:09 +00:00
</p>
2019-02-22 19:52:40 +00:00
<p>You can get it with GnuPG using the following snippet:</p>
2019-03-04 14:23:53 +00:00
<pre><code>gpg --fetch-keys <a href="https://{{ domain }}/vks/v1/by-fingerprint/{{ fpr }}">https://{{ domain }}/vks/v1/by-fingerprint/{{ fpr }}</a></code></pre>
2019-02-22 15:05:09 +00:00
</div>
{{/layout}}