This function enables AutoSSL for an account's specified domains.
domain required | string <domain> Enable AutoSSL for this domain. Note: For multiple domains, increment the parameter name. For example, domain-1, domain-2, and domain-3. domain=domain-1=cpcalendars.example.com&domain-2=cpcontacts.example.com domain=cpcalendars.example.com |
username required | string <username> The cPanel user's account. Example: username=username |
object |
whmapi1 --output=jsonpretty \ remove_autossl_user_excluded_domains \ username='username' \ domain='cpcalendars.example.com'
{- "metadata": {
- "command": "remove_autossl_user_excluded_domains",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}