Retrieves the details of a certificate stored in a certificate warehouse.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CertIdentifier |
string |
No |
The unique identifier of the certificate. |
1ef1da5f-38ed-69b3-****-037781890265 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse |
||
| RequestId |
string |
The ID of the request. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| Content |
string |
The content of the certificate, including the certificate chain. |
---BEGIN CERTIFICATE----- MIIF...... -----END CERTIFICATE----- |
| Fingerprint |
string |
The fingerprint of the certificate content. |
C1291AF83F48170E48140FDFE5DADC19FE51F261 |
| WarehouseInstanceId |
string |
The instance ID of the certificate warehouse. |
66 |
| CertIdentifier |
string |
The unique identifier of the certificate. |
1ef1da5f-38ed-69b3-****-037781890265 |
| CertStatus |
string |
The status of the certificate. |
issued |
| CertType |
string |
The type of the certificate. |
OV |
| CommonName |
string |
The common name of the certificate subject. This field is empty if the certificate subject does not include a common name (CN). |
aliyundoc.com |
| Issuer |
string |
The common name (or organization name) of the issuer. |
Digicert |
| IssuerIdentifier |
string |
The unique identifier of the issuer certificate. |
1ef1da5f-38ed-69b3-****-037781890265 |
| PrivateCaInstanceId |
string |
The instance ID of the private CA instance associated with the certificate. |
1ef1da5f-38ed-69b3-****-037781890265 |
| PrivateCaRegionId |
string |
The region ID of the private CA instance associated with the certificate. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
"Content": "---BEGIN CERTIFICATE----- MIIF...... -----END CERTIFICATE-----",
"Fingerprint": "C1291AF83F48170E48140FDFE5DADC19FE51F261",
"WarehouseInstanceId": "66",
"CertIdentifier": "1ef1da5f-38ed-69b3-****-037781890265",
"CertStatus": "issued",
"CertType": "OV",
"CommonName": "aliyundoc.com",
"Issuer": "Digicert",
"IssuerIdentifier": "1ef1da5f-38ed-69b3-****-037781890265",
"PrivateCaInstanceId": "1ef1da5f-38ed-69b3-****-037781890265",
"PrivateCaRegionId": "cn-hangzhou"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.