mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-20 17:50:25 +08:00
18 lines
169 B
Markdown
18 lines
169 B
Markdown
# SSL证书引用
|
|
|
|
## 示例
|
|
~~~
|
|
[
|
|
{
|
|
"isOn": true,
|
|
"certId": 12345
|
|
},
|
|
{
|
|
"isOn": true,
|
|
"certId": 12346
|
|
}
|
|
]
|
|
~~~
|
|
|
|
其中:
|
|
* `certId` - 证书的ID |