generate-cert-key
Added at V2.4
Use this interface to generate SSL certificate and private key.
HTTP Request
GET http://ip/usapi?method=generate-cert-key
| Parameter | Description |
|---|---|
| method | Method name: generate-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. |