Skip to content

Commit

Permalink
squid, ssl_crtd is called security_file_certgen in squid 4 it seems, …
Browse files Browse the repository at this point in the history
…for #3584
  • Loading branch information
AdSchellevis committed Jul 18, 2019
1 parent 2ff5ec4 commit 981a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/scripts/proxy/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

# create ssl certificate store, in case sslbump is enabled we need this
if [ ! -d /var/squid/ssl_crtd ]; then
/usr/local/libexec/squid/ssl_crtd -c -s /var/squid/ssl_crtd > /dev/null 2>&1
/usr/local/libexec/squid/security_file_certgen -c -s /var/squid/ssl_crtd -M 10 > /dev/null 2>&1
chown -R squid:squid /var/squid/ssl_crtd
chmod -R 750 /var/squid/ssl_crtd
if [ -f /usr/local/etc/squid/ca.pem.id ]; then
Expand Down

0 comments on commit 981a718

Please sign in to comment.