From 9d6672081705bb14e85de12c203bf63045232f01 Mon Sep 17 00:00:00 2001 From: Ahmet Oeztuerk Date: Tue, 17 Feb 2026 14:39:25 +0100 Subject: [PATCH] remove squid certificate --- .github/prepare_debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index f7301f14..f0817e70 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh @@ -119,7 +119,6 @@ sed -i 's/^[[:space:]]*Listen 443/Listen 0.0.0.0:443\nListen [::1]:443/' /etc/ap service apache2 restart # squid -openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout /etc/squid/squid.key -out /etc/squid/squid.pem -subj "/CN=localhost" cp tools/squid.conf /etc/squid/squid.conf service squid start