Lines Matching refs:certfile
1330 my ($verb, $proto, $proxy, $certfile) = @_;
1360 $certfile = 'stunnel.pem' unless($certfile);
1369 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1403 $runcert{$server} = $certfile;
1551 my ($verb, $ipv6, $certfile, $proto, $clearport) = @_;
1576 $certfile = 'stunnel.pem' unless($certfile);
1585 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1606 $runcert{$server} = $certfile;
2332 my $certfile;
2334 $certfile = ($whatlist[1]) ? $whatlist[1] : 'stunnel.pem';
2529 if($runcert{$what} && ($runcert{$what} ne $certfile)) {
2551 runsecureserver($verbose, "", $certfile, $what,
2569 if($runcert{'https'} && ($runcert{'https'} ne $certfile)) {
2593 runhttpsserver($verbose, "https", "", $certfile);
2607 if($runcert{'gophers'} && ($runcert{'gophers'} ne $certfile)) {
2635 runhttpsserver($verbose, "gophers", "", $certfile);
2652 ($runcert{'https-proxy'} ne $certfile)) {
2668 runhttpsserver($verbose, "https", "proxy", $certfile);