SSL
Auto-generated SSL Certificates
Disable AutoSSL for specifed domains
This function disables AutoSSL for every domain that you specify.
Warning:
This function replaces the list of any domains that you previously excluded. To add domains to the list of excluded domains, use the UAPI function SSL::add_autossl_excluded_domains.
Important:
When you disable the the Calendar and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
get/SSL/set_autossl_excluded_domains
Query parameters
domainsstring
Example:example.com,example.net
A comma-separated list of domains for which to disable AutoSSL.
Note:
If you do not include this parameter, the function will enable AutoSSL for every domain on the account.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "set_autossl_excluded_domains",
"module": "SSL",
"result": {
"status": 1
}
}