Lines Matching refs:certfile
1429 my ($verbose, $ipv6, $certfile) = @_;
1461 $certfile = 'stunnel.pem' unless($certfile);
1469 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1497 $runcert{$server} = $certfile;
1687 my ($verbose, $ipv6, $certfile) = @_;
1719 $certfile = 'stunnel.pem' unless($certfile);
1727 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1755 $runcert{$server} = $certfile;
4260 my $certfile;
4262 $certfile = ($whatlist[1]) ? $whatlist[1] : 'stunnel.pem';
4459 if($runcert{'ftps'} && ($runcert{'ftps'} ne $certfile)) {
4476 ($pid, $pid2) = runftpsserver($verbose, "", $certfile);
4497 if($runcert{'https'} && ($runcert{'https'} ne $certfile)) {
4515 ($pid, $pid2) = runhttpsserver($verbose, "", $certfile);