protected function getCABundle() { if (!isset($this->caBundle)) { $this->caBundle = \Psc\PSC::getResources()->getFile('cabundle.crt'); } return $this->caBundle; }