Home
last modified time | relevance | path

Searched refs:certificates (Results 1 – 25 of 36) sorted by relevance

12

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php54 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;
270 public function setCertificates($certificates) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertChain.php26 public $certificates; variable in Google\\Service\\CertificateAuthorityService\\CertChain
31 public function setCertificates($certificates) argument
33 $this->certificates = $certificates;
40 return $this->certificates;
H A DListCertificatesResponse.php37 public function setCertificates($certificates) argument
39 $this->certificates = $certificates;
46 return $this->certificates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/
H A DResourcesCount.php25 public $certificates; variable in Google\\Service\\CertificateManager\\ResourcesCount
38 public function setCertificates($certificates) argument
40 $this->certificates = $certificates;
47 return $this->certificates;
H A DCertificateMapEntry.php26 public $certificates; variable in Google\\Service\\CertificateManager\\CertificateMapEntry
63 public function setCertificates($certificates) argument
65 $this->certificates = $certificates;
72 return $this->certificates;
H A DListCertificatesResponse.php37 public function setCertificates($certificates) argument
39 $this->certificates = $certificates;
46 return $this->certificates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DListShaCertificatesResponse.php29 public function setCertificates($certificates) argument
31 $this->certificates = $certificates;
38 return $this->certificates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DListAuthorizedCertificatesResponse.php33 public function setCertificates($certificates) argument
35 $this->certificates = $certificates;
42 return $this->certificates;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSslNamespace.asciidoc21 * <<Elasticsearch_Namespaces_SslNamespacecertificates_certificates,`certificates()`>>
26 .`certificates(array $params = [])`
/plugin/letsencrypt/
H A DLescript.php184 $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));
H A Dplugin.info.txt6 desc Request letsencrypt SSL certificates for your wiki
H A DREADME3 Request letsencrypt SSL certificates for your wiki
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php445 $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) {
H A DGTVerifier.php56 $certificates = $signedData->getCertificates();
58 if (count($certificates) < 1) {
62 $certificate = $certificates[0];
H A DGTTimestamp.php461 $certificates = $this->token->getContent()->getCertificates();
463 if (count($certificates) < 1) {
467 $certificate = $certificates[0];
/plugin/xtern/lang/en/
H A Dheader.txt2certificates for SSL. If this is your case you can download the certificate here. Then set the ''…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSslNamespace.php31 * Retrieves information about the X.509 certificates used to encrypt communications in the cluster.
38 public function certificates(array $params = []) function in Elasticsearch\\Namespaces\\SslNamespace
/plugin/authsmartcard/
H A Dplugin.info.txt6 desc Provides user authentication using client certificates (smartcards)
H A DREADME.md20 …ile, SSLCertificateKeyFile, SSLCACertificateFile, etc.) you'll need to require client certificates:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCertificateManager.php277 'certificates',
281 'path' => 'v1/{+parent}/certificates',
315 'path' => 'v1/{+parent}/certificates',
H A DCertificateAuthorityService.php505 'certificates',
509 'path' => 'v1/{+parent}/certificates',
545 'path' => 'v1/{+parent}/certificates',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc124 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/
H A DNEWS22 ** Verify server certificates by default when HTTPS is requested.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64certificates|pki:insert-template|pki:insert-signed-certificates|pki:insert-certificate-revocation-…
/plugin/authgoogle/google/io/
H A Dcacerts.pem1 # Certifcate Authority certificates for validating SSL connections.
3 # This file contains PEM format certificates generated from

12