Home
last modified time | relevance | path

Searched refs:certificate (Results 1 – 25 of 48) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSslCertificateSelfManagedSslCertificate.php25 public $certificate; variable in Google\\Service\\Compute\\SslCertificateSelfManagedSslCertificate
34 public function setCertificate($certificate) argument
36 $this->certificate = $certificate;
43 return $this->certificate;
H A DSslCertificate.php26 public $certificate; variable in Google\\Service\\Compute\\SslCertificate
79 public function setCertificate($certificate) argument
81 $this->certificate = $certificate;
88 return $this->certificate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DRevokedCertificate.php25 public $certificate; variable in Google\\Service\\CertificateAuthorityService\\RevokedCertificate
38 public function setCertificate($certificate) argument
40 $this->certificate = $certificate;
47 return $this->certificate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DPublicKeyCertificate.php25 public $certificate; variable in Google\\Service\\CloudIot\\PublicKeyCertificate
36 public function setCertificate($certificate) argument
38 $this->certificate = $certificate;
45 return $this->certificate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DAndroidAppAsset.php32 public function setCertificate(CertificateInfo $certificate) argument
34 $this->certificate = $certificate;
41 return $this->certificate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DLDAPSSettings.php48 public function setCertificate(Certificate $certificate) argument
50 $this->certificate = $certificate;
57 return $this->certificate;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php137 foreach ($set->getObjects() as $certificate) {
139 if (!$certificate instanceof ASN1Sequence) {
143 if ($certificate->getObjectCount() == 0) {
147 array_push($this->certificates, $certificate);
212 foreach ($this->certificates as $certificate) {
213 $certificates->add($certificate);
/plugin/authsmartcard/
H A DREADME.md4 Dokuwiki plugin providing client certificate (smartcard) authentication.
8 This plugin authenticates users to dokuwiki by comparing the user's client certificate's CN attribu…
10 …John Doe needs access to the Wiki. John has a client certificate (or smartcard with a certificate
12 …gured to use a client certificate (or smartcard), this plugin will authenticate user 'jdoe' by com…
44 To log on with your client certificate, follow this link: [[lib/plugins/authsmartcard/auth/|Authent…
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php447 $certificate = new X509Certificate($certificates[0]);
449 if (!$certificate->verifySignature($data, $signature)) {
471 foreach ($certificates as $certificate) {
473 $certificate = new X509Certificate($certificate);
475 $params = $certificate->getParameters();
486 $signingCertificate = $certificate;
489 array_push($validCertificates, $certificate);
H A DGTVerifier.php62 $certificate = $certificates[0];
72 $result->update(GTVerifier::verifyCertificate($certificate, $historyTime, $publicKey));
317 * @param ASN1Sequence|array $certificate
322 private static function verifyCertificate($certificate, $historyTime, $publicKey) { argument
326 if (empty($certificate)) {
338 $cert = new X509Certificate($certificate);
H A DGTTimestamp.php467 $certificate = $certificates[0];
468 $certificate = new X509Certificate($certificate);
470 $hash = X509Certificate::getPublicKeyHash($certificate->getPublicKey());
485 …sult->update(GTVerifier::verifyWithSignature($this->token, $dataHash, $certificate->getPublicKey()…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDigitalassetlinks.php77 'source.androidApp.certificate.sha256Fingerprint' => [
89 'target.androidApp.certificate.sha256Fingerprint' => [
120 'source.androidApp.certificate.sha256Fingerprint' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh48 --env xpack.security.http.ssl.verification_mode=certificate
50 --env xpack.security.http.ssl.certificate=certs/testnode.crt
53 --env xpack.security.transport.ssl.verification_mode=certificate
55 --env xpack.security.transport.ssl.certificate=certs/testnode.crt
/plugin/letsencrypt/lang/en/
H A Dinfo.txt1 This plugin will request a single certificate with all listed domains as Subject Alternative Names …
6 Configuring your webserver to make use of the certificate is **not** part of this plugin!
/plugin/adfs/lang/en/
H A Dintro.txt7 …lease note that PHP will check the certificate validity, so if you use a self signed or corporate …
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb115 certificate = OpenSSL::X509::Certificate.new(File.read(wiki_information[:sslcert]))
116 object_to_decorate.cert = certificate
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc102 certificate has been signed by a public Certificate Authority (CA), or if it is
103 a self-signed certificate.
113 meaning that custom certificate paths will not work on lower versions.
123 If your certificate has been signed by a public Certificate Authority and your
141 certificate bundle. For PHP clients, the best way is to use
163 used for internal purposes, when you can securely spread the root certificate
167 If you are using a self-signed certificate, you need to provide the certificate
169 instead you point to your certificate:
190 self-signed certificate
[all...]
/plugin/gtime/gtlib/
H A DChangeLog2 * New CA root certificate for publications file verification.
/plugin/authclientcert/
H A Dplugin.info.txt6 desc provides authentication via client certificate
H A DREADME3 provides authentication via client certificate
/plugin/forcessllogin/
H A Dplugin.info.txt6 …or selected actions. Optionally show a splash page with information on certificate and issuing aut…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64certificate|xdmp:get-request-client-address|xdmp:get-request-body|xdmp:get-current-user|xdmp:get-c…
/plugin/adfs/
H A Dadmin.php78 …$data['certificate'] = (string)($xml->xpath($proto . '/md:KeyDescriptor[@use="signing"]/ds:KeyInfo…
/plugin/xtern/lang/en/
H A Dheader.txt2 …on of certificates for SSL. If this is your case you can download the certificate here. Then set …
/plugin/authlinotp/
H A DREADME.md15 * whether or not the SSL certificate should be checked...

12