Loading...

Knowledge Base

Reissue SSL Certificates Using the API

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.

Reissue

 

Description

Reissues an existing SSL Certificate.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequired-
csrStringRequiredBase64 encoded CSR string complete with the begin and end markers.
verification-methodStringOptionalThe type of verification method. Accepted values: email, cname, http. Default is email
verification-emailStringOptionalRequired for method = email. 
addressStringOptionalAddress of the organization
Note

This parameter is compulsory in case of  EV Certificate.

zipStringOptionalZip/Postal Code
Note

This parameter is compulsory in case of 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.