Merge branch 'bugfix/KASM-5667_fix_wget_webfilter_cert_error' into 'develop'

KASM-5667 Fix permissions on squid certfile

Closes KASM-5667

See merge request kasm-technologies/internal/workspaces-core-images!186
This commit is contained in:
Matthew McClaskey 2024-03-11 19:53:12 +00:00
commit aa58189f30

View File

@ -42,6 +42,7 @@ set -ex
else
cp /usr/local/squid/etc/ssl_cert/squid.pem ${CERT_FILE}
fi
chmod 644 ${CERT_FILE}
if [[ "${DISTRO}" == @(centos|oracle7|fedora) ]]; then
update-ca-trust