summaryrefslogtreecommitdiffstats
path: root/airootfs
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-01-01 16:34:41 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-01-01 16:34:41 +0100
commit657023ea135674f9540d064f14b02fc42a659e99 (patch)
treefe4b54dd870888cde2e4cf655edde1273c4eb935 /airootfs
parentaf18aeac7a3b28068ad816d15f62a1e077723ba8 (diff)
downloadarchiso-config-657023ea135674f9540d064f14b02fc42a659e99.tar.gz
archiso-config-657023ea135674f9540d064f14b02fc42a659e99.tar.xz
Remove TLS keypinning
Let's Encrypt cert changes just make this a burden to maintain. Let's trust the keystore. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'airootfs')
-rwxr-xr-xairootfs/root/customize_airootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh
index c2e0907..d8e6692 100755
--- a/airootfs/root/customize_airootfs.sh
+++ b/airootfs/root/customize_airootfs.sh
@@ -45,7 +45,7 @@ systemctl enable sshd
rm /root/{.bashrc,.screenrc,.zshrc}
-curl --pinnedpubkey 'sha256//XkpLKx+vdbYKQ7Ry7N+X/plN0nM7MCSFu3rOqywNPCM=' https://git.server-speed.net/users/flo/bin/plain/init_new_user.sh | bash
+curl https://git.server-speed.net/users/flo/bin/plain/init_new_user.sh | bash
echo "source .zlogin" >> /root/.zprofile