diff options
Diffstat (limited to '')
-rw-r--r-- | _tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 - |