This function changes a certificate's friendly name.
Important:
When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
friendly_name required | string The certificate's friendly name. Example: friendly_name=TestCert |
new_friendly_name required | string The certificate's new friendly name. Example: new_friendly_name=TestCert2 |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username SSL set_cert_friendly_name friendly_name='TestCert' new_friendly_name='TestCert2'
{- "apiversion": 3,
- "func": "set_cert_friendly_name",
- "module": "SSL",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}