diff options
Diffstat (limited to 'pgp.gumx.cc/body.html')
| -rw-r--r-- | pgp.gumx.cc/body.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pgp.gumx.cc/body.html b/pgp.gumx.cc/body.html index df5b04d..f99ef24 100644 --- a/pgp.gumx.cc/body.html +++ b/pgp.gumx.cc/body.html @@ -1,7 +1,11 @@ <p>Curated HKP keyserver. Keys are added after in-person verification only.</p> -<h2>lookup</h2> +<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> -<p>Or via HTTPS:</p> -<pre><code>curl "https://pgp.gumx.cc/pks/lookup?op=get&search=0x<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> |
