upload-cert
Added at V2.2
Use this interface to upload a CA certificate when enabling HTTPS.
HTTP Request
POST http://ip/usapi?method=upload-cert
| Parameter | Description | 
|---|---|
| method | upload-cert | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |