This function sets the provider that the AutoSSL feature uses.
Note:
To disable AutoSSL, call WHM API 1's disable_autossl
function.
provider required | string The AutoSSL provider's name. For example:
Example: provider=cPanel |
x_* | string Additional parameters which you wish to pass to the AutoSSL provider. Note: These additional parameters begin with the Example: x_*=(varies) |
object |
whmapi1 --output=jsonpretty \ set_autossl_provider \ provider='cPanel'
{- "metadata": {
- "command": "set_autossl_provider",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}