blob: f99ef24ab24e777fe06e50973e8895fdf78a57aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<p>Curated HKP keyserver. Keys are added after in-person verification only.</p>
<h2>search</h2>
<form action="/pks/lookup" method="get">
<input type="hidden" name="op" value="get">
<p><input type="text" name="search" placeholder="0x fingerprint"> <button type="submit">lookup</button></p>
</form>
<p><a href="/pks/lookup?op=vindex&search=">browse all keys</a></p>
<h2>via gpg</h2>
<pre><code>gpg --keyserver hkps://pgp.gumx.cc --recv-keys <fingerprint></code></pre>
<h2>submit</h2>
<p>Keys are not accepted without prior arrangement. Contact <a href="mailto:hi@gumx.cc">hi@gumx.cc</a>.</p>
|