导入证书吊销列表。
消息实例
{ "header": { "msg_id": "741aec66-99b2-4d97-aaf2-63d27f53bbc5", "parent_msg_id": "", "timestamp": 1550107087319, "sync": false }, "route": { "source": "EdgeManager", "group": "hardware", "operation": "update", "resource": "websocket/crl_update" }, "content": { } }
参数说明
content消息内容描述如下:
{ "cert_type":"FDRootCert", "type":"text", "content":"" }
一级资源名称 |
二级资源名称 |
三级资源名称 |
说明 |
---|---|---|---|
cert_type |
- |
- |
含义:指定吊销列表类型 类型:string 取值:FDRootCert |
type |
- |
- |
含义:导入吊销列表的方式 类型:string 取值:text(表明value值是吊销列表内容) |
content |
- |
- |
含义:内容 类型:string 取值:吊销列表内容的Base64编码,最长8192字节 |
{ "header": { "msg_id": "741aec66-99b2-4d97-aaf2-63d27f53bbc5", "parent_msg_id": "", "timestamp": 1550107087319, "sync": false }, "route": { "source": "EdgeManager", "group": "hardware", "operation": "update", "resource": "websocket/config_result" }, "content": { "topic": "crl_update", "percentage": "100%", "result": "success", "reson": "import fd crl success" } }