diff options
Diffstat (limited to 'pgp.gumx.cc/body.html')
| -rw-r--r-- | pgp.gumx.cc/body.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pgp.gumx.cc/body.html b/pgp.gumx.cc/body.html new file mode 100644 index 0000000..df5b04d --- /dev/null +++ b/pgp.gumx.cc/body.html @@ -0,0 +1,7 @@ +<p>Curated HKP keyserver. Keys are added after in-person verification only.</p> +<h2>lookup</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> |
