Reissue
Loading...
When you want to reissue an existing SSL certificate using the API. This article explains required parameters, CSR submission, verification methods, EV certificate requirements, and the API response format.
Reissues an existing SSL Certificate.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | - |
| csr | String | Required | Base64 encoded CSR string complete with the begin and end markers. |
| verification-method | String | Optional | The type of verification method. Accepted values: email, cname, http. Default is email |
| verification-email | String | Optional | Required for method = email. |
| address | String | Optional | Address of the organization
Note
This parameter is compulsory in case of EV Certificate. |
| zip | String | Optional | Zip/Postal Code
Note
This parameter is compulsory in case of EV Certificate. |
POST
https://test.httpapi.com/api/sslcert/reissue.xml?auth-userid=0&api-key=key&order-id=0&csr=-----BEGIN NEW CERTIFICATE REQUEST---MIIBwzCCASwCAQAwgYIxCzAJBgNVB-----END NEW CERTIFICATE REQUEST----&verification-email=wew@approver.com&verification-method=email
Returns a hash map of the result of the reissue action.