Overview

Namespaces

  • Cloudflare
    • Organizations
      • Firewall
        • AccessRules
    • User
      • Billing
        • Subscriptions
      • Firewall
    • Zone
      • Firewall
      • SSL
      • WAF
        • Packages

Classes

  • Analyze
  • CertificatePacks
  • Overview
  • Namespace
  • Class

Class Analyze

CloudFlare API wrapper

Analyze Certificate

Cloudflare\Api
Extended by Cloudflare\Zone\SSL\Analyze
Namespace: Cloudflare\Zone\SSL
Author: James Bell james@james-bell.co.uk
Version: 1
Located at CloudFlare/Zone/SSL/Analyze.php
Methods summary
public
# analyze( string $identifier, string $certificate, string|null $bundle_method = null )

Analyze Certificate (permission needed: #ssl:read) Returns the set of hostnames, the signature algorithm, and the expiration date of the certificate.

Analyze Certificate (permission needed: #ssl:read) Returns the set of hostnames, the signature algorithm, and the expiration date of the certificate.

Parameters

$identifier
$certificate
The zone's SSL certificate or certificate and the intermediate(s)
$bundle_method

A ubiquitous bundle is a bundle that has a higher probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle is a bundle with the shortest chain and newest intermediates. A forced method attempt to use the certificate/chain as defined by the input

Methods inherited from Cloudflare\Api
__construct(), delete(), get(), patch(), permissions(), post(), put(), request(), setAuthKey(), setCurlOption(), setEmail()
Properties summary
protected array $permission_level

Default permissions level

Default permissions level

# ['read' => '#ssl:read', 'edit' => '#ssl:edit']
Properties inherited from Cloudflare\Api
$auth_key, $curl_options, $email
API documentation generated by ApiGen