Reissue

Description

Reissues an existing SSL Certificate.

Parameters

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. For a list of approved email id seeĀ this link.
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.

HTTP Method

POST

Example Test URL Request

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

Response

Returns a hash map of the result of the reissue action.