This function disables AutoSSL for an account's specified domains.
domain required | Array of Disable AutoSSL for this domain. Note: To disable AutoSSL for multiple domains, increment the parameter name. For example, Disable AutoSSL for multiple domains. domainDisable AutoSSL for a single domain. domain |
username required | string The cPanel user's account. Example: |
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ add_autossl_user_excluded_domains \ username='example' \ domain='example.com'
{- "metadata": {
- "command": "add_autossl_user_excluded_domains",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}