You are here

public function CasServerConfig::setCustomRootCertBundlePath in CAS 8

Same name and namespace in other branches
  1. 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\cas

Code

public function setCustomRootCertBundlePath($path) {
  $this->customRootCertBundlePath = $path;
}