summaryrefslogtreecommitdiffstats
path: root/wk.fo/pgp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk.fo/pgp/index.html')
-rw-r--r--wk.fo/pgp/index.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/wk.fo/pgp/index.html b/wk.fo/pgp/index.html
new file mode 100644
index 0000000..2847b9f
--- /dev/null
+++ b/wk.fo/pgp/index.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTQwIiBzdHJva2U9IiMwMDAiPjxwYXRoIHN0cm9rZS13aWR0aD0iMTIyIiBzdHJva2UtZGFzaGFycmF5PSIyLDM4IiBkPSJtOSw3MGgxMjJNNzAsOXYxMjIiLz48cGF0aCBzdHJva2Utd2lkdGg9IjMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Im03MCwzMGgwbTQwLDQwaDBtLTgwLDQwdjBtNDAsMGgwbTQwLDBoMCIvPjwvc3ZnPg==">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<title>wk.fo / pgp</title>
+<style>
+@font-face { font-family: "Kawkab Mono"; src: url(/fonts/KawkabMono-Regular.woff2); font-weight: normal; }
+@font-face { font-family: "Kawkab Mono"; src: url(/fonts/KawkabMono-Bold.woff2); font-weight: bold; }
+* { unicode-bidi: plaintext; box-sizing: border-box; }
+html { color: black; background-color: white; }
+body { font-family: "Kawkab Mono"; font-size: 16px; line-height: 1.4; margin: 0; padding: 4rem 0; min-height: 100%; overflow-wrap: break-word; }
+main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; }
+h1, header, footer { text-align: center; }
+main { text-align: justify; }
+p, h2, h3, h4 { margin: 1em 0 0 0; }
+pre { margin: 1em 0; }
+pre code { border: thin solid; padding: 1em; display: block; text-align: start; overflow-x: scroll; }
+code { font-size: 85%; }
+hr { border: none; border-top: thin solid; margin: 1.25rem 0; }
+header { margin-bottom: 1em; }
+footer { margin-top: 3em; }
+a { color: inherit; }
+input[type="text"], button { font-family: inherit; font-size: inherit; border: thin solid; padding: 0.3em 0.6em; background: transparent; color: inherit; }
+button { cursor: pointer; }
+@media (max-width: 600px) { body { font-size: 0.9em; } h1 { font-size: 1.8em; } }
+@media (prefers-color-scheme: dark) { html { filter: invert(1); } }
+</style>
+</head>
+<body>
+<header>
+<h1><a href="https://wk.fo">wk.fo</a> / pgp</h1>
+</header>
+<main>
+<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&amp;search=">browse all keys</a></p>
+<h2>via gpg</h2>
+<pre><code>gpg --keyserver hkps://wk.fo --recv-keys &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>
+</main>
+<footer>
+<hr>
+<a href="https://twt.gumx.cc">twt</a> /
+<a href="https://git.gumx.cc">git</a> /
+<a href="https://mail.gumx.cc">mail</a> /
+<a href="https://irc.gumx.cc">irc</a> /
+<a href="https://files.gumx.cc">files</a> /
+<a href="https://vpn.gumx.cc">vpn</a> /
+<a href="/pgp">pgp</a> /
+<a href="https://demo.gumx.cc">demo</a> /
+<a href="https://wk.fo">wk.fo</a>
+</footer>
+</body>
+</html>