Enroll

KB Tags associated with this article:
Use all tags
KB Tags
Body

Description

Enroll the certificate for the specified order id.

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---&[email protected]&verification-method=email

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-method   Optional The type of verification method. Accepted values: email, cname, http. Default is email
verification-email String Optional For a list of approved email address please see this link.
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
  • This parameter is compulsory in case of Comodo EV Certificate.

  • The value for this parameter cannot be changed later.

     

app-rep-email String Optional Email address of the individual authorized to accept Comodo Agreements
Note
  • This parameter is compulsory in case of Comodo EV Certificate.

  • The value for this parameter cannot be changed later.

     

Response

Returns a hash map of the enrollment action.