SSL
Auto-Generated Certificates
Disable AutoSSL for domain
This function disables AutoSSL for an account's specified domains.
get/add_autossl_user_excluded_domains
Query parameters
domainstring[] required
Disable AutoSSL for this domain.
Note:
To disable AutoSSL for multiple domains, increment the parameter name. For example, domain=example.com, domain-1=example1.com, and domain-2=example.com.
usernamestring username required
Example:example
The cPanel user's account.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "add_autossl_user_excluded_domains",
"reason": "OK",
"result": 1,
"version": 1
}
}