Home
last modified time | relevance | path

Searched refs:certFile (Results 1 – 2 of 2) sorted by relevance

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php301 private static function caFileUsable($certFile, LoggerInterface $logger = null) argument
303 …return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($cert…
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php736 $certFile = $this->_paths['cert'].'sp.crt';
738 if (file_exists($certFile)) {
739 $cert = file_get_contents($certFile);
758 $certFile = $this->_paths['cert'].'sp_new.crt';
760 if (file_exists($certFile)) {
761 $cert = file_get_contents($certFile);