mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
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:
commit
aa58189f30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user