Searched refs:cacertfile (Results 1 – 1 of 1) sorted by relevance
14 …private $cacertfile=null; #use getcacertfile(). a file is only set if the autodownloadcacert is ON. variable in helper_plugin_linkcheck36 if(!isset($this->cacertfile)){37 … if($this->getConf('autodownloadcacert')) $this->cacertfile = metaFN('linkcheck_cacert','.pem');38 else $this->cacertfile=false;40 return $this->cacertfile;