From 18921192de2a1cb2c9eaa567414924197057bd14 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Jan 2022 16:45:40 -0300 Subject: _tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md: Add note on obsolete Git Protocol server --- _tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_tils') diff --git a/_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md b/_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md index 74ee571..fd42c1c 100644 --- a/_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md +++ b/_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md @@ -16,7 +16,10 @@ For online Git repositories that use the [Git Protocol] for serving code, you can can use GPG to handle authentication, if you have the committer's public key. -Here's how I'd verify that I've cloned an authentic version of [remembering]: +Here's how I'd verify that I've cloned an authentic version of +[remembering][remembering][^not-available]: + +[^not-available]: Funnily enough, not available anymore via the Git Protocol, now only with HTTPS. ```shell $ wget -qO- https://euandre.org/public.asc | gpg --import - -- cgit v1.2.3