Description
Reissues an existing Digital Certificate.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key or auth-password | String | Required | Authentication Parameter |
order-id | Integer | Required | The Order Id for which you want to reissue the certificate. |
csr-string | String | Required | Base64 encoded CSR string complete with the begin and end markers. |
csr-software | String | Required | Web Server software identifier for which the certificate is to be reissued.Valid identifiers are:IIS,Other |
approver-email | String | Required | The approver email of the certificate must match the registrant/admin contact of the domain. |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/digitalcertificate/reissue.xml?auth-userid=0&api-key=key&order-id=0&csr-string=-----BEGIN NEW CERTIFICATE REQUEST---MIIBwzCCASwCAQAwgYIxCzAJBgNVB-----END NEW CERTIFICATE REQUEST----&csr-software=IIS&approver-email=wew@approver.com
Response
Returns a map of the result of the Reissue action.