v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
CA certificates

Change trusted CA certificate

put/cdn/sslCertificates/{id}

Path parameters

idinteger required

CA certificate ID.

Request body

namestring required

CA certificate name.

It must be unique.

Example request

{
  "name": "Example CA cert 2"
}

Response

Successful.

idinteger

CA certificate ID.

namestring

CA certificate name.

deletedboolean

Defines whether the certificate has been deleted. Parameter is deprecated.

Possible values:

  • true - Certificate has been deleted.
  • false - Certificate has not been deleted.
cert_issuerstring

Name of the certification center that issued the CA certificate.

cert_subject_cnstring

Domain name that the CA certificate secures.

cert_subject_altstring

Alternative domain names that the CA certificate secures.

validity_not_beforestring

Date when the CA certificate become valid (ISO 8601/RFC 3339 format, UTC.)

validity_not_afterstring

Date when the CA certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)

sslCertificateChainstring

Parameter is deprecated.

hasRelatedResourcesboolean

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.

Example response

{
  "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-26T12:03:53Z",
  "validity_not_after": "2021-06-26T12:03:53Z"
}