upload-ssl-cert-key 接口
上传 CA 私钥。
请求方式
POST http://ip/mwapi?method=upload-ssl-cert-key
| 参数 | 说明 | 
|---|---|
| method | 方法名称:upload-ssl-cert-key | 
返回数据
{
  "status": 0
}
| 属性 | 说明 | 
|---|---|
| status | 返回状态。0:上传成功,返回其它值请参考 API 状态码。 | 
上传 CA 私钥。
POST http://ip/mwapi?method=upload-ssl-cert-key
| 参数 | 说明 | 
|---|---|
| method | 方法名称:upload-ssl-cert-key | 
{
  "status": 0
}
| 属性 | 说明 | 
|---|---|
| status | 返回状态。0:上传成功,返回其它值请参考 API 状态码。 |