README: update keyserver for repo verification

GnuPG's is proving to be regularly unavailable.
This commit is contained in:
2024-06-11 19:40:10 -07:00
parent 8f03cb0ef8
commit 80fbd64fd1

View File

@@ -272,7 +272,7 @@ Supported blockchains (independent of wallet type):
4. **Verify your repository** (recommended):
```bash
if pushd docker-finance/ 1>/dev/null; then
gpg --keyserver hkp://keyserver2.gnupg.org --recv-key 518A22F85BEFD32BCC99C48603F90C4F35E0213E \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-key 518A22F85BEFD32BCC99C48603F90C4F35E0213E \
&& git verify-commit $(git log -n1 --pretty=format:"%H") \
&& echo -e "\nSUCCESS: now confirm matching key = 518A22F85BEFD32BCC99C48603F90C4F35E0213E" \
|| echo -e "\nFATAL: no key available or possible MITM - do not use!"