diff options
Diffstat (limited to 'pgp.gumx.cc/index.html')
| -rw-r--r-- | pgp.gumx.cc/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/pgp.gumx.cc/index.html b/pgp.gumx.cc/index.html index 96e7623..fcc8bcc 100644 --- a/pgp.gumx.cc/index.html +++ b/pgp.gumx.cc/index.html @@ -29,6 +29,9 @@ a { color: inherit; } @media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } } @media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } } +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; } + </style> </head> <body> @@ -37,10 +40,14 @@ a { color: inherit; } </header> <main> <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> |
