Skip to content
Snippets Groups Projects
Verified Commit 5b403166 authored by Marco Marinello's avatar Marco Marinello
Browse files

Disable Let's Encrypt DST Root CA X3

parent 3e497fb6
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
if [ "$(lsb_release -sc)" == "stretch" ]; then
cd /root
sed -i '/^mozilla\/DST_Root_CA_X3/s/^/!/' /etc/ca-certificates.conf && update-ca-certificates -f
wget https://gitlab.fuss.bz.it/fuss-team/fuss-nine-to-ten/-/raw/main/run_upgrade.sh
wget https://gitlab.fuss.bz.it/fuss-team/fuss-nine-to-ten/-/raw/main/upgrade.yml
wget -O /etc/rc.local https://gitlab.fuss.bz.it/fuss-team/fuss-nine-to-ten/-/raw/main/rc.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment