diff options
author | EuAndreh <eu@euandre.org> | 2022-01-16 16:45:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-16 16:45:40 -0300 |
commit | 18921192de2a1cb2c9eaa567414924197057bd14 (patch) | |
tree | 5536ab0dfc871b016055e0c0456274a89a0a7164 | |
parent | Makefile: make target "publish" depend on target "all" (diff) | |
download | euandre.org-18921192de2a1cb2c9eaa567414924197057bd14.tar.gz euandre.org-18921192de2a1cb2c9eaa567414924197057bd14.tar.xz |
_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md: Add note on obsolete Git Protocol server
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 - |