| Name | Req/Opt | Type | Description |
|---|---|---|---|
| certificate | required | object | Details about the certificate. |
| .. common_name | required | string | Domain to be secured. |
| .. dns_names | optional | array | Additional domains to be secured. |
| .. csr | required | string | Certificate signing request (CSR). See Glossary – CSR requirements. |
| .. server_platform | optional | object | Server platform type. Required for code signing certificate orders. Default: -1 (other) |
| .. .. id | required | int | Server platform ID. See Glossary – Server platforms. |
| .. signature_hash | required | string | Hash algorithm used to sign the certificate. |
| .. ca_cert_id | optional | string | ID of the intermediate certificate authority (ICA) certificate to select as the issuing certificate. To get the ca_cert_id value for an ICA, use the Product list endpoint.Account administrators can customize the default and allowed ICAs for each product at the container or user role level. If you do not provide a value for this parameter, we issue the certificate using the default ICA. If you provide the ca_cert_id value for an ICA that is not allowed, the request returns an error*. To see the custom ICA settings for each product, use the Product limits endpoint.*This parameter is ignored if the option for ICA selection is not enabled for your account. For more information, see ICA certificate chain selection. |
| custom_expiration_date | optional | string | A custom expiration date for the certificate. Defines the validity period of the duplicate certificate. If not provided, the validity period for the duplicate certificate defaults to the time remaining of the certificate being duplicated. We automatically truncate the certificate validity if you exceed the time remaining in the order, Multi-year Plan, or the maximum 397-day certificate validity period defined by CA/B Forum baseline requirements, whichever is shorter. |
| Name | Type | Description |
|---|---|---|
| id | int | Order ID. |
| requests | array | List of requests. |
| .. id | int | Request ID. |
| certificate_id | int | ID of the issued duplicate certificate. |
| certificate_chain | array | Certificate chain list. |
| .. subject_common_name | string | Common name on the certificate. |
| .. pem | string | PEM encoded certificate. Note: The pem response parameter includes newline characters \r\n, which are an inherent part of PEM-encoded certificates. |