Sslurp\MozillaCertData::getRootCaBundlePath PHP Method

getRootCaBundlePath() protected method

protected getRootCaBundlePath ( )
    protected function getRootCaBundlePath()
    {
        return Sslurp::getSystemCaRootBundlePath() ?: __DIR__ . '/../../data/Equifax_Secure_Ca.pem';
    }