Change Free SSL issuer

Description

Change the issuer of the Free SSL certificate.


Parameters

Name Data Type Status Description
auth-id or sub-auth-id or sub-auth-user Integer Required Authentication parameter
auth-password String Required Authentication parameter
domain-name String Required Domain name you want to change the Free SSL issuer
issuer Integer Required Possible values:
  • 1 - ZeroSSL
  • 2 - Let's Encrypt

Return: Status and description.


Errors

When the authentication of API user is not correct, any API request will fail with the following status and statusDescription:

{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}

In case the credentials of API sub user are invalid, the following status and statusDescription will be returned:

{"status":"Failed","statusDescription":"Invalid authentication, incorrect sub-auth-id, sub-auth-user or auth-password."}

If you have entered an invalid or non-existent domain name, the following status will be returned:

{"status":"Failed","statusDescription":"Missing domain-name"}

If the Free SSL certificate is issued already with the authority, the following status will be returned:

{"status":"Failed","statusDescription":"The certificate is already activated with this authority."}

Note: These are example errors in JSON format, if there are missing or wrong parameters, an error will be displayed again.



Example

URL JSON: https://api.cloudns.net/dns/freessl-change-issuer.json
POST/GET: auth-id=0&auth-password=password&domain-name=example.com&issuer=1
POST/GET: sub-auth-id=0&auth-password=password&domain-name=example.com&issuer=1

URL XML: https://api.cloudns.net/dns/freessl-change-issuer.xml
POST/GET: auth-id=0&auth-password=password&domain-name=example.com&issuer=1
POST/GET: sub-auth-id=0&auth-password=password&domain-name=example.com&issuer=1

 


Last modified: 2023-10-11
Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more