Mengkueri nama domain yang dipercepat berdasarkan Sertifikat SSL.
Deskripsi operasi
Each account can call this operation up to 100 times per second.
Coba sekarang
Test
RAM authorization
|
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 |
| Exact |
boolean |
No |
Apakah daftar nama domain yang dikembalikan 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 |
| 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 |
| 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.