squid with ssl support

Peace,
we have squid working without ssl bumbping, and we decided to go for ssl bumping…and according to

https://medium.com/@steensply/installing-and-configuring-squid-proxy-for-ssl-bumping-or-peek-n-splice-34afd3f69522

in

sudo squid -v

there is --enable-ssl-crtd’ ‘–with-openssl’
but no --enable-ssl
hence in the step

sudo /usr/sbin/ssl_crtd -c -s /var/lib/squid/ssl_db
sudo: /usr/sbin/ssl_crtd: command not found

locating ssl_crtd gives null result
any aid?

Hi
The changelog…


Mon Jan  8 12:21:51 UTC 2018
....
* Helper changes since 3.5.27:
    + basic_msnt_multi_domain_auth removed - basic_smb_lm_auth
      helper performs the same functionality
    + cert_valid.pl testing helper renamed to
      security_fake_certverify
    + ssl_crtd renamed to security_file_certgen <=====

thanks, you seem like the smartest admin here, so perhaps you can solve this problem too?
/usr/share/ssl/misc/CA.pl -sign

openssl ca -policy policy_anything -out newcert.pem -infiles newreq.pem
Using configuration from /etc/ssl/openssl.cnf
Enter pass phrase for ./demoCA/private/cakey.pem:
139944609650048:error:28078065:UI routines:UI_set_result_ex:result too small:crypto/ui/ui_lib.c:905:You must type in 4 to 1023 characters
Enter pass phrase for ./demoCA/private/cakey.pem:
139944609650048:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:69:fopen(‘newreq.pem’,‘r’)
139944609650048:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:76:
==> 256

zouhairy@proxy:~

Looks like you specified an input file that doesn’t exist.

TSU