From 874f2909124a6e652a0a278c662936ef9d33b778 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 17 Nov 2019 12:01:07 +0200 Subject: [PATCH 1/2] about: don't link to Keybase for my keys I am against listing Keybase as the PGP host, because they are a centralized service and may terminate accounts at any time. Also I cannot link keys to https://mikaela.info/PGP/0xB2F32B67.txt as it excludes existence of SSH and all the other key types (e.g. minisign?). Of course now I am giving that power to gitea.blesmrt.net, but at least that instance is not for-profit business. Later I may move the keys onto IPFS to be more sure that they won't be tampered with. --- pages/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.html b/pages/about.html index ec6b0d21..f711181a 100644 --- a/pages/about.html +++ b/pages/about.html @@ -96,7 +96,7 @@ name="Mikaela Suomalainen" nick="Mikaela" bio="I am interested in instant messengers. I review privacy tools, and participate in our forum, Matrix room, and issue tracker." website="https://mikaela.info/" -keys="https://keybase.io/mikaela/" +keys="https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/.mikaela/keys" mastodon="https://mastodon.partipirate.org/@mikaela" %} -- 2.47.2 From 4fe158663c4fada83d5c02af3a97060ea94ae62c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 17 Nov 2019 12:02:48 +0200 Subject: [PATCH 2/2] about: delete Mikaela's Mastodon https://github.com/Mikaela/mikaela.github.io/issues/173 --- pages/about.html | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/about.html b/pages/about.html index f711181a..9923962a 100644 --- a/pages/about.html +++ b/pages/about.html @@ -97,7 +97,6 @@ nick="Mikaela" bio="I am interested in instant messengers. I review privacy tools, and participate in our forum, Matrix room, and issue tracker." website="https://mikaela.info/" keys="https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/.mikaela/keys" -mastodon="https://mastodon.partipirate.org/@mikaela" %} {% include team.html -- 2.47.2