GET
/
cdn
/
sslCertificates
curl --request GET \
  --url https://api.gcore.com/cdn/sslCertificates \
  --header 'APIKey: <api-key>'
[
  {
    "id": 1,
    "name": "Example CA certificate",
    "deleted": true,
    "cert_issuer": "example.com",
    "cert_subject_cn": "example.com",
    "cert_subject_alt": "DNS:example.com",
    "validity_not_before": "2020-06-26 12:03:53+00:00",
    "validity_not_after": "2021-06-26 12:03:53+00:00",
    "sslCertificateChain": "",
    "hasRelatedResources": false
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

automated
boolean

How the certificate was issued. Possible values:

  • true – Certificate was issued automatically.
  • false – Certificate was added by a user.
validity_not_after_lte
string

Date and time when the certificate become untrusted (ISO 8601/RFC 3339 format, UTC.) Response will contain certificates valid until the specified time.

resource_id
integer

CDN resource ID for which the certificates are requested.

Response

200 - application/json

Successful.

The response is of type object[].