mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
remove squid certificate
This commit is contained in:
parent
2dd51c56c7
commit
9d66720817
1 changed files with 0 additions and 1 deletions
1
.github/prepare_debian.sh
vendored
1
.github/prepare_debian.sh
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue