On Thu, 24 Feb 2022 12:24:35 -0600
Dave Blanchard <d...@killthe.net> wrote:

> (Note for any other confused noobs reading this: this configuration 
> apparently requires Squid to be compiled with --with openssl and 
> --with-ssl-crtd options on the 'configure' command line; or at least it did 
> in older versions, and presumably still does.)

CORRECTION: that's --enable-ssl-crtd , not --with. 

Replace /usr/libexec in the given config with the actual path to your 
security_file_certgen binary, and run this command once to generate the initial 
SSL database:

security_file_certgen -c -s /path/to/ssl_database -M 32MB 

'/path/to' must already exist, and 'ssl_database' itself must not, for this 
command to succeed. Hope this helps somebody.

-- 
Dave Blanchard <d...@killthe.net>

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to