From 307ff4912bac1095ebf382d70241f19409b2f8b8 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:30:47 +0300 Subject: add: templating --- pgp.gumx.cc/body.html | 7 +++++++ pgp.gumx.cc/index.html | 14 ++++++++++++-- pgp.gumx.cc/meta | 2 ++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 pgp.gumx.cc/body.html create mode 100644 pgp.gumx.cc/meta (limited to 'pgp.gumx.cc') 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 @@ +

Curated HKP keyserver. Keys are added after in-person verification only.

+

lookup

+
gpg --keyserver hkps://pgp.gumx.cc --recv-keys <fingerprint>
+

Or via HTTPS:

+
curl "https://pgp.gumx.cc/pks/lookup?op=get&search=0x<fingerprint>"
+

submit

+

Keys are not accepted without prior arrangement. Contact hi@gumx.cc.

diff --git a/pgp.gumx.cc/index.html b/pgp.gumx.cc/index.html index 7c3db3b..96e7623 100644 --- a/pgp.gumx.cc/index.html +++ b/pgp.gumx.cc/index.html @@ -2,6 +2,7 @@ + pgp.gumx.cc @@ -34,19 +40,23 @@ a { color: inherit; }

lookup

gpg --keyserver hkps://pgp.gumx.cc --recv-keys <fingerprint>

Or via HTTPS:

-
curl "https://pgp.gumx.cc/pks/lookup?op=get&search=0x<fingerprint>"
+
curl "https://pgp.gumx.cc/pks/lookup?op=get&search=0x<fingerprint>"

submit

Keys are not accepted without prior arrangement. Contact hi@gumx.cc.

+ + diff --git a/pgp.gumx.cc/meta b/pgp.gumx.cc/meta new file mode 100644 index 0000000..6cbe97d --- /dev/null +++ b/pgp.gumx.cc/meta @@ -0,0 +1,2 @@ +TITLE="pgp.gumx.cc" +BREADCRUMB="pgp" -- cgit v1.2.3