메소드 |
설명 |
|
certificates ( $page = null, $per_page = null, $direction = null ) |
List Certificates
List all existing CloudFlare-issued Certificates for a given zone. Use your Certificates API Key as your
User Service Key when calling this endpoint |
|
create ( array $hostnames, string $request_type, string $csr, integer | null $requested_validity = null ) |
Create Certificate
Create a CloudFlare-signed certificate. Use your Certificates API Key as your User Service Key when
calling this endpoint |
|
details ( string $identifier ) |
Certificate Details
Get an existing certificate by its serial number. Use your Certificates API Key as your User Service Key
when calling this endpoint |
|
revoke ( string $identifier ) |
Revoke certificate
Revoke a created certificate for a zone. Use your Certificates API Key as your User Service Key when
calling this endpoint |
|