SSL
Auto-generated SSL Certificates
Disable AutoSSL for domains
This function disables AutoSSL for the domains that you specify.
Important:
When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
get/SSL/add_autossl_excluded_domains
Query parameters
domainsstring domain required
Example:example.com,example2.com
A comma-separated list of domains for which to disable AutoSSL.
Note:
For browser-based calls, use a URI encoded comma (%2C).
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "add_autossl_excluded_domains",
"module": "SSL",
"result": {
"status": 1
}
}