diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-01-01 16:34:41 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-01-01 16:34:41 +0100 |
commit | 657023ea135674f9540d064f14b02fc42a659e99 (patch) | |
tree | fe4b54dd870888cde2e4cf655edde1273c4eb935 /airootfs/root | |
parent | af18aeac7a3b28068ad816d15f62a1e077723ba8 (diff) | |
download | archiso-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/root')
-rwxr-xr-x | airootfs/root/customize_airootfs.sh | 2 |
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 |