| /plugin/gtime/gtlib/asn1/cms/ |
| D | CMSSignedData.php | 54 private $certificates; variable in CMSSignedData 129 $this->certificates = array(); 147 array_push($this->certificates, $certificate); 208 if (!empty($this->certificates)) { 210 $certificates = new ASN1Set(); 212 foreach ($this->certificates as $certificate) { 213 $certificates->add($certificate); 221 $certificatesTag->setObject($certificates); 261 return $this->certificates; 267 * @param array $certificates certufificates as raw unparsed ASN1Sequence instances [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/ |
| D | CertChain.php | 26 public $certificates; variable in Google\\Service\\CertificateAuthorityService\\CertChain 31 public function setCertificates($certificates) argument 33 $this->certificates = $certificates; 40 return $this->certificates;
|
| D | ListCertificatesResponse.php | 37 public function setCertificates($certificates) argument 39 $this->certificates = $certificates; 46 return $this->certificates;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/ |
| D | ResourcesCount.php | 25 public $certificates; variable in Google\\Service\\CertificateManager\\ResourcesCount 38 public function setCertificates($certificates) argument 40 $this->certificates = $certificates; 47 return $this->certificates;
|
| D | CertificateMapEntry.php | 26 public $certificates; variable in Google\\Service\\CertificateManager\\CertificateMapEntry 63 public function setCertificates($certificates) argument 65 $this->certificates = $certificates; 72 return $this->certificates;
|
| D | ListCertificatesResponse.php | 37 public function setCertificates($certificates) argument 39 $this->certificates = $certificates; 46 return $this->certificates;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/ |
| D | ListShaCertificatesResponse.php | 29 public function setCertificates($certificates) argument 31 $this->certificates = $certificates; 38 return $this->certificates;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/ |
| D | ListAuthorizedCertificatesResponse.php | 33 public function setCertificates($certificates) argument 35 $this->certificates = $certificates; 42 return $this->certificates;
|
| /plugin/letsencrypt/ |
| D | Lescript.php | 184 $certificates = array(); 198 $certificates[] = $this->parsePemFromBody($result); 204 $certificates[] = $this->parsePemFromBody($result); 215 if (empty($certificates)) throw new \RuntimeException('No certificates generated'); 218 file_put_contents($domainPath . '/fullchain.pem', implode("\n", $certificates)); 221 file_put_contents($domainPath . '/cert.pem', array_shift($certificates)); 224 file_put_contents($domainPath . "/chain.pem", implode("\n", $certificates));
|
| D | plugin.info.txt | 6 desc Request letsencrypt SSL certificates for your wiki
|
| D | README | 3 Request letsencrypt SSL certificates for your wiki
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | SslNamespace.asciidoc | 21 * <<Elasticsearch_Namespaces_SslNamespacecertificates_certificates,`certificates()`>> 26 .`certificates(array $params = [])`
|
| /plugin/gtime/gtlib/tsp/ |
| D | GTPublicationsFile.php | 445 $certificates = $signedData->getCertificates(); 447 $certificate = new X509Certificate($certificates[0]); 458 * @param array $certificates array of raw certificate bytes 464 private function verifyCertificates(array $certificates, $cainfo) { argument 471 foreach ($certificates as $certificate) {
|
| D | GTVerifier.php | 56 $certificates = $signedData->getCertificates(); 58 if (count($certificates) < 1) { 62 $certificate = $certificates[0];
|
| D | GTTimestamp.php | 461 $certificates = $this->token->getContent()->getCertificates(); 463 if (count($certificates) < 1) { 467 $certificate = $certificates[0];
|
| /plugin/xtern/lang/en/ |
| D | header.txt | 2 …certificates for SSL. If this is your case you can download the certificate here. Then set the ''…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | SslNamespace.php | 38 public function certificates(array $params = []) function in Elasticsearch\\Namespaces\\SslNamespace
|
| /plugin/authsmartcard/ |
| D | plugin.info.txt | 6 desc Provides user authentication using client certificates (smartcards)
|
| D | README.md | 20 …ile, SSLCertificateKeyFile, SSLCACertificateFile, etc.) you'll need to require client certificates:
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CertificateManager.php | 277 'certificates', 281 'path' => 'v1/{+parent}/certificates', 315 'path' => 'v1/{+parent}/certificates',
|
| D | CertificateAuthorityService.php | 505 'certificates', 509 'path' => 'v1/{+parent}/certificates', 545 'path' => 'v1/{+parent}/certificates',
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | connecting.asciidoc | 124 server has up-to-date root certificates, you only need to use `https` in the 125 host path. The client automatically verifies SSL certificates: 140 If your server has out-dated root certificates, you may need to use a 143 need to tell the client to use your certificates instead of the system-wide 161 Self-signed certificates are certs that have not been signed by a public CA. 162 They are signed by your own organization. Self-signed certificates are often
|
| /plugin/authyubikey/lib/ |
| D | NEWS | 22 ** Verify server certificates by default when HTTPS is requested.
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …certificates|pki:insert-template|pki:insert-signed-certificates|pki:insert-certificate-revocation-…
|
| /plugin/authgoogle/google/io/ |
| D | cacerts.pem | 1 # Certifcate Authority certificates for validating SSL connections. 3 # This file contains PEM format certificates generated from
|