From d412798d45206a5a4ff2008d8bf3b4c38d91abfc Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 29 Dec 2021 12:50:02 -0500 Subject: [PATCH] Replaced PGP public key --- how-to-create-encrypted-paper-backup/README.md | 2 +- .../README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-create-encrypted-paper-backup/README.md b/how-to-create-encrypted-paper-backup/README.md index fbd3458..83aa431 100644 --- a/how-to-create-encrypted-paper-backup/README.md +++ b/how-to-create-encrypted-paper-backup/README.md @@ -254,7 +254,7 @@ $ sudo curl --fail --output /etc/udev/rules.d/51-trezor.rules https://data.trezo ### Step 10: import Sun’s PGP public key (used to verify downloads below) ```console -$ curl --fail --output /home/pi/sunknudsen.asc https://sunknudsen.com/sunknudsen.asc +$ curl --fail --output /home/pi/sunknudsen.asc https://raw.githubusercontent.com/sunknudsen/pgp-public-key/master/legacy/sunknudsen-legacy.asc % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6896 100 6896 0 0 7569 0 --:--:-- --:--:-- --:--:-- 7561 diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 519e790..a9fc800 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -238,7 +238,7 @@ apt install -y curl python3 Shout out to [Andrew Ho](https://gist.github.com/andrewlkho/31341da4f5953b8d977aab368e6280a8) for `ulagen.py`. -The following command downloads and runs [ulagen.py](./ulagen.py) ([PGP signature](./ulagen.py.asc), [PGP public key](https://sunknudsen.com/sunknudsen.asc)). +The following command downloads and runs [ulagen.py](./ulagen.py) ([PGP signature](./ulagen.py.asc), [PGP public key](https://raw.githubusercontent.com/sunknudsen/pgp-public-key/master/legacy/sunknudsen-legacy.asc)). ```console $ curl -s https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/ulagen.py | python3 | grep "First subnet" | awk '{print "STRONGSWAN_IPV6_ULA="$3}' | tee -a ~/.bashrc