Re: [squid-users] Re: Password for ssl/https key file

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 11 Oct 2011 18:04:30 +1300

On 11/10/11 09:04, Sébastien WENSKE wrote:
> Hi guys,
>
> Hope you are well !
>
> I'm searching wich "program" I can use with this directive
> <sslpassword_program> ? I want to put manually the key but I don't want that
> squid runs foreground.

Any script which produces the password on demand will do. For example:
"
#!/bin/sh
echo "secret password"
"

Squid sends it the key filename as the command line parameter if you
need that.

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE9 or 3.1.15
   Beta testers wanted for 3.2.0.12
Received on Tue Oct 11 2011 - 05:04:36 MDT

This archive was generated by hypermail 2.2.0 : Tue Oct 11 2011 - 12:00:03 MDT