public function CasServerConfig::setCustomRootCertBundlePath in CAS 8
Same name and namespace in other branches
- 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::setCustomRootCertBundlePath()
Set custom CA root cert bundle path.
Parameters
string $path: The path.
File
- src/
CasServerConfig.php, line 222
Class
- CasServerConfig
- Class CasServerConfig.
Namespace
Drupal\casCode
public function setCustomRootCertBundlePath($path) {
$this->customRootCertBundlePath = $path;
}