使用此端點列出您帳戶的可用產品。
curl -X GET \
https://www.digicert.com/services/v2/product \
-H 'Content-Type: application/json' \
-H 'X-DC-DEVKEY: {{api_key}}'
import requests
url = "https://www.digicert.com/services/v2/product"
headers = {
'X-DC-DEVKEY': "{{api_key}}",
'Content-Type': "application/json"
}
response = requests.request("GET", url, headers=headers)
print(response.text)
package main
import (
"fmt"
"net/http"
"io/ioutil"
)
func main() {
url := "https://www.digicert.com/services/v2/product"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("X-DC-DEVKEY", "{{api_key}}")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := ioutil.ReadAll(res.Body)
fmt.Println(res)
fmt.Println(string(body))
}
var request = require("request");
var options = { method: 'GET',
url: 'https://www.digicert.com/services/v2/product',
headers:
{ 'Content-Type': 'application/json',
'X-DC-DEVKEY': '{{api_key}}' } };
request(options, function (error, response, body) {
if (error) throw new Error(error);
console.log(body);
});
{
"products": [
{
"group_name": "ssl_certificate",
"name_id": "ssl_plus",
"name": "Standard SSL",
"type": "ssl_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": true
},
{
"group_name": "ssl_certificate",
"name_id": "ssl_multi_domain",
"name": "Multi-Domain SSL",
"type": "ssl_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": true
},
{
"group_name": "ssl_certificate",
"name_id": "ssl_wildcard",
"name": "WildCard",
"type": "ssl_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": true
},
{
"group_name": "ssl_certificate",
"name_id": "ssl_ev_plus",
"name": "EV SSL",
"type": "ssl_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": true
},
{
"group_name": "ssl_certificate",
"name_id": "ssl_ev_multi_domain",
"name": "EV Multi-Domain",
"type": "ssl_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": true
},
{
"group_name": "client_certificate",
"name_id": "client_digital_signature_plus",
"name": "Digital Signature Plus",
"type": "client_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": [],
"csr_required": false
},
{
"group_name": "client_certificate",
"name_id": "client_premium",
"name": "Premium",
"type": "client_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": [],
"csr_required": false
},
{
"group_name": "code_signing_certificate",
"name_id": "code_signing",
"name": "Code Signing",
"type": "code_signing_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha1",
"name": "SHA-1"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": false
},
{
"group_name": "code_signing_certificate",
"name_id": "code_signing_ev",
"name": "EV Code Signing",
"type": "code_signing_certificate",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha1",
"name": "SHA-1"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": false
},
{
"group_name": "document_signing",
"name_id": "document_signing_org_1",
"name": "Document Signing - Organization (2000)",
"type": "document_signing",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": false
},
{
"group_name": "document_signing",
"name_id": "document_signing_org_2",
"name": "Document Signing - Organization (5000)",
"type": "document_signing",
"allowed_container_ids": [
11223,
11224,
11225
],
"allowed_validity_years": [
1,
2,
3
],
"signature_hash_types": {
"allowed_hash_types": [
{
"id": "sha256",
"name": "SHA-256"
},
{
"id": "sha384",
"name": "SHA-384"
},
{
"id": "sha512",
"name": "SHA-512"
}
],
"default_hash_type_id": "sha256"
},
"csr_required": false
}
]
}
名稱 | 類型 | 說明 |
---|---|---|
products | array | 列出所有可用產品。 |
.. group_name | string |
產品所屬群組。 請參閱詞彙 — 產品識別碼 |
.. name_id | string |
產品識別碼。 請參閱詞彙 — 產品識別碼 |
.. name | string | 顯示產品名稱。 |
.. type | string |
產品類型。 請參閱詞彙 — 產品類型 |
.. allowed_container_ids | array of ints | 可以要求指定產品的容器清單。 |
.. allowed_validity_years | array of ints | 產品可以要求的允許有效年份的清單。 |
.. signature_hash_types | object | 簽章雜湊資訊的容器。 |
.. .. allowed_hash_types | array | 產品允許的雜湊類型的清單。 |
.. .. .. id | string |
雜湊識別碼。 請參閱詞彙 — 雜湊類型 |
.. .. .. name | string | 雜湊名稱。 |
.. .. default_hash_type_id | string | 產品使用的預設雜湊類型。 |
.. allowed_ca_certs | array | 可用於簽署私密 SSL 憑證的 CA 憑證的清單。 |
.. .. id | string | CA 憑證 ID。 |
.. .. name | string | CA 憑證名稱。 |
.. csr_required | bool | 說明要求產品類型時是否需要 CSR。 |