summaryrefslogtreecommitdiffstats
path: root/pgp.gumx.cc/body.html
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:30:47 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:30:47 +0300
commit307ff4912bac1095ebf382d70241f19409b2f8b8 (patch)
treea2c3d36634fa86705e48db4fc797437ba816e5e0 /pgp.gumx.cc/body.html
parentfa568e13d04c0aacdb29ca252b783f1dcdb6bf23 (diff)
add: templating
Diffstat (limited to 'pgp.gumx.cc/body.html')
-rw-r--r--pgp.gumx.cc/body.html7
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 &lt;fingerprint&gt;</code></pre>
+<p>Or via HTTPS:</p>
+<pre><code>curl "https://pgp.gumx.cc/pks/lookup?op=get&amp;search=0x&lt;fingerprint&gt;"</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>