Home
last modified time | relevance | path

Searched refs:csr (Results 1 – 5 of 5) sorted by relevance

/plugin/letsencrypt/
H A DLescript.php169 $csr = $reuseCsr && is_file($domainPath . "/last.csr")?
176 array('resource' => 'new-cert', 'csr' => $csr)
290 $csr = openssl_csr_new(
304 … if (!$csr) throw new \RuntimeException("CSR couldn't be generated! " . openssl_error_string());
306 openssl_csr_export($csr, $csr);
310 file_put_contents($csrPath, $csr);
316 $csr = file_get_contents($csrPath);
318 preg_match('~REQUEST-----(.*)-----END~s', $csr, $matches);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2223 * @param string $csr
2230 if (is_array($csr) && isset($csr['certificationRequestInfo'])) {
2240 return $csr;
2252 $orig = $csr;
2267 if (!isset($csr) || $csr === false) {
2292 return $csr;
2298 * @param array $csr
2305 if (!is_array($csr) || !isset($csr['certificationRequestInfo'])) {
2327 $csr = ASN1::encodeDER($csr, Maps\CertificationRequest::MAP);
3556 if (empty($csr)) {
[all …]
/plugin/gemini/
H A Dcli.php309 $csr = openssl_csr_new($dn, $privkey, $config);
310 $cert = openssl_csr_sign($csr, null, $privkey, $days, $config, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsKeystoresAliases.php86 public function csr($name, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsEnvironmentsKeystoresAliases
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php2375 ],'csr' => [
2376 'path' => 'v1/{+name}/csr',