Get trusted CA certificates list
Get list of trusted CA certificates used to verify an origin.
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
How the certificate was issued.
Possible values:
- true – Certificate was issued automatically.
- false – Certificate was added by a user.
Date and time when the certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)
Response will contain certificates valid until the specified time.
CDN resource ID for which the certificates are requested.
Maximum number of items to return in the response. Cannot exceed 1000.
1 <= x <= 1000Number of items to skip from the beginning of the list.
x >= 0Response
Successful.
- Plain list · object[]
- Paginated list · object
CA certificate ID.
1
CA certificate name.
"Example CA certificate"
Defines whether the certificate has been deleted. Parameter is deprecated.
Possible values:
- true - Certificate has been deleted.
- false - Certificate has not been deleted.
true
Name of the certification center that issued the CA certificate.
"example.com"
Domain name that the CA certificate secures.
"example.com"
Alternative domain names that the CA certificate secures.
"DNS:example.com"
Date when the CA certificate become valid (ISO 8601/RFC 3339 format, UTC.)
"2020-06-26T12:03:53Z"
Date when the CA certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)
"2021-06-26T12:03:53Z"
Parameter is deprecated.
""
Defines whether the CA certificate is used by a CDN resource.
Possible values:
- true - Certificate is used by a CDN resource.
- false - Certificate is not used by a CDN resource.
false