From 657023ea135674f9540d064f14b02fc42a659e99 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 1 Jan 2018 16:34:41 +0100 Subject: 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 --- airootfs/root/customize_airootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b