hagrid-keyserver--hagrid/dist/templates/email/publish-html.hbs

35 lines
856 B
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Verify your address: {{userid}}</title>
2019-02-12 13:11:03 +00:00
</head>
<body>
<p>
Hi there,
someone, presumably you, has uploaded an OpenPGP key on
<a href="{{base_uri}}">{{domain}}</a> for the address "{{userid}}".
The key has the following fingerprint:
</p>
<p>
<pre>{{primary_fp}}</pre>
</p>
<p>
If it was not you, or this is not your key, please ignore this
email.
</p>
<p>
To allow others to find this OpenPGP key from your email address "{{userid}}",
click the link below:
</p>
<p>
<a href="{{uri}}">{{uri}}</a>
</p>
<p>
You can find more info about the keys.openpgp.org keyserver at
<a href="{{base_uri}}/about/help">{{base_uri}}/about/help</a>.
</p>
2019-02-12 13:11:03 +00:00
</body>
</html>