Lines Matching refs:certfile
1636 my ($verbose, $proto, $proxy, $certfile) = @_;
1672 $certfile = 'stunnel.pem' unless($certfile);
1680 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1718 $runcert{$server} = $certfile;
1916 my ($verbose, $ipv6, $certfile) = @_;
1948 $certfile = 'stunnel.pem' unless($certfile);
1956 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1980 $runcert{$server} = $certfile;
4739 my $certfile;
4741 $certfile = ($whatlist[1]) ? $whatlist[1] : 'stunnel.pem';
4903 if($runcert{'ftps'} && ($runcert{'ftps'} ne $certfile)) {
4921 runftpsserver($verbose, "", $certfile);
4938 if($runcert{'https'} && ($runcert{'https'} ne $certfile)) {
4957 runhttpsserver($verbose, "https", "", $certfile);
4971 if($runcert{'gophers'} && ($runcert{'gophers'} ne $certfile)) {
4991 runhttpsserver($verbose, "gophers", "", $certfile);
5007 ($runcert{'https-proxy'} ne $certfile)) {
5021 runhttpsserver($verbose, "https", "proxy", $certfile);