All Products
Search
Document Center

CDN:DescribeCdnDomainByCertificate

Last Updated:Jun 10, 2026

Mengkueri nama domain yang dipercepat berdasarkan Sertifikat SSL.

Deskripsi operasi

Catatan

Each account can call this operation up to 100 times per second.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

cdn:DescribeCdnDomainByCertificate

get

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

SSLPub

string

Yes

Kunci publik Sertifikat SSL. Anda harus mengenkode kunci publik dalam Base64 lalu memanggil fungsi encodeURIComponent untuk mengenkode kunci publik kembali.

Kunci publik harus dalam format PEM.

******

SSLStatus

boolean

No

Apakah daftar nama domain yang dikembalikan hanya berisi nama domain dengan HTTPS diaktifkan atau dinonaktifkan.

  • true: Daftar nama domain hanya berisi nama domain dengan HTTPS diaktifkan.

  • false: Daftar nama domain hanya berisi nama domain dengan HTTPS dinonaktifkan.

true

Exact

boolean

No

Apakah daftar nama domain yang dikembalikan cocok dengan Sertifikat SSL.

  • true: Daftar nama domain cocok dengan Sertifikat SSL.

  • false: Daftar nama domain tidak cocok dengan Sertifikat SSL.

true

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

ASAF2FDS-12SADSA-DDSAE3D-DSADCD4C-CDADS2D

CertInfos

object

CertInfo

array<object>

The information about the certificate.

object

CertStartTime

string

The time when the certificate became effective.

Nov 29 23:59:59 2017 GMT

CertExpireTime

string

The expiration time of the certificate.

Nov 29 00:00:00 2016 GMT

CertCaIsLegacy

string

Indicates whether the SSL certificate is obsolete. Valid values:

  • yes: The SSL certificate is obsolete.

  • no: The SSL certificate is working as expected.

yes

CertSubjectCommonName

string

The name of the SSL certificate owner.

owner

CertType

string

The type of the certificate. Valid values: RSA, DSA, and ECDSA.

RSA

DomainNames

string

The domain names (DNS fields) that match the SSL certificate. Multiple domain names are separated by commas (,).

*.example.com,aliyundoc.com

CertExpired

string

Indicates whether the SSL certificate is expired. Valid values:

  • yes: The SSL certificate is expired.

  • no: The SSL certificate is not expired.

yes

Issuer

string

The certificate authority (CA) that issued the certificate.

C=US, O=Symantec Corporation, OU=Symantec Trust Network, OU=Domain Validated SSL, CN=Symantec Basic DV SSL CA - G1

DomainList

string

If a value is returned, the value matches the SSL certificate. Multiple domain names are separated by commas (,).

example.com,aliyundoc.com

Contoh

Respons sukses

JSONformat

{
  "RequestId": "ASAF2FDS-12SADSA-DDSAE3D-DSADCD4C-CDADS2D",
  "CertInfos": {
    "CertInfo": [
      {
        "CertStartTime": "Nov 29 23:59:59 2017 GMT",
        "CertExpireTime": "Nov 29 00:00:00 2016 GMT",
        "CertCaIsLegacy": "yes",
        "CertSubjectCommonName": "owner",
        "CertType": "RSA",
        "DomainNames": "*.example.com,aliyundoc.com",
        "CertExpired": "yes",
        "Issuer": "C=US, O=Symantec Corporation, OU=Symantec Trust Network, OU=Domain Validated SSL, CN=Symantec Basic DV SSL CA - G1",
        "DomainList": "example.com,aliyundoc.com"
      }
    ]
  }
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 Certificate.FormatError The format of the certificate is invalid.
400 SSLPub.MissingParameter The Cert parameter is required.
400 Decode.Error Error decoding the SSLPub certificate.
400 Certificate.DecodeError An error occurred while decoding the certificate.
500 InternalError The request processing has failed due to backend service exception.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.