查询证书详情
URI
请求消息
请求参数
无。
响应消息
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
cert_id |
是 |
String |
证书ID。 |
order_id |
是 |
String |
订单ID。 |
cert_name |
是 |
String |
证书名称。 |
cert_type |
是 |
String |
证书类型。 示例:OV |
cert_brand |
是 |
String |
证书品牌。 示例:GLOBALSIGN |
domain_type |
是 |
String |
域名类型。 示例:MUILT_DOMAIN |
domain_name |
是 |
String |
证书绑定域名。 示例:funnyzx.com;abc.com |
domain_number |
是 |
Integer |
域名个数。 示例:3 |
cert_describe |
是 |
String |
证书描述。 |
push_support |
是 |
String |
证书是否支持推送。 |
revoke_reason |
是 |
String |
证书吊销原因。 |
domain_name |
是 |
String |
证书绑定域名,多个域名用分号“;”隔开。 示例:www.example.com;www.example1.com;www.example2.com |
company_name |
是 |
String |
公司名称。 |
company_province |
是 |
String |
公司所在省份。 |
company_city |
是 |
String |
公司所在市。 |
applicant_name |
是 |
String |
公司联系人姓名。 |
applicant_phone |
是 |
String |
公司联系人电话。 |
applicant_email |
是 |
String |
公司联系人邮箱。 |
contact_name |
是 |
String |
技术联系人姓名。 |
contact_phone |
是 |
String |
技术联系人电话。 |
contact_email |
是 |
String |
技术联系人邮箱。 |
status |
是 |
String |
证书状态。 |
encrypt_type |
是 |
String |
签名加密算法。 |
country |
是 |
String |
国家代码。 |
organization_unit |
是 |
String |
公司部门。 |
DNS_push_status |
是 |
String |
DNS推送状态。
|
auth |
是 |
Array of auth objects |
证书验证状态,详情请参见表1。 |
示例
- 请求样例
- 响应样例
{ "cert_id": "scs1481110651012", "order_id ": "CS1803192259ROA8U", "cert_name": "test", "cert_type": "OV", "cert_brand": "GEOTRUST", "domain_type": "MUILT_DOMAIN", "domain_name": "funnyzx.com;abc.com", "domain_number": 3, "cert_describe": "XXXXXXXXX", "push_support": "on", "revoke_reason":"xxxxxxxxxxx", "domain_name": " www.test.com;*.example1.com;*.example2.com", "company_name": "华为**有限公司", "company_province": "广东省", "company_city": "深圳市", "applicant_name": "张三", "applicant_phone": "13087654321", "applicant_email": "example@xx.com", "contact_name": "张三", "contact_phone": "13087654321", "contact_email": "example@xx.com", "status": "PAID", "encrypt_type": "SHA256withRSA2048", "country": "CN", "organization_unit": "unit", "DNS_push_status": "ON", "auth": [{ "method": "DNS", "status": " checking ", "domain_name": "www.test.com", "host_record": "dnsauth", "record_type": "TXT", "record": "201803272148qwedginciog08" }] }
或
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }