Description
Enroll the certificate for the specified order id.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | The order id for for the certificate. |
csr | String | Required | CSR |
verification-email | String | Optional | For a list of approved email address please see this link. This is only required if the verification method is email. |
verification-method | String | Optional | The type of verification method. Accepted values: email, cname, http. Default is email |
dba | String | Optional | Doing Business As
Note
The value for this parameter cannot be changed later.
|
address | String | Optional | Address of the organization
Note
This parameter is compulsory in case of Comodo EV Certificate. |
zip | String | Optional | Zip/Postal Code
Note
This parameter is compulsory in case of Comodo EV Certificate. |
country-of-incorporation | String | Optional | 2 letter country-code of the country in which the organization was incorporated
Note
|
app-rep-email | String | Optional | Email address of the individual authorized to accept Comodo Agreements
Note
|
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/sslcert/enroll.json?auth-userid=0&api-key=key&order-id=0&csr=-----BEGIN NEW CERTIFICATE REQUEST---MIIBwzCCASwCAQAwgYIxCzAJBgNVB-----END NEW CERTIFICATE REQUEST---&verification-email=test@yourdomain.com&verification-method=email
Response
Returns a hash map of the enrollment action.