upload-cert-key
Added at V2.2
Use this interface to upload a CA private key when enabling HTTPS.
HTTP Request
POST http://ip/usapi?method=upload-cert-key
Parameter | Description |
---|---|
method | upload-cert-key |
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. |