| 123456789101112131415161718192021222324 |
- //配置文件
- {
- "list":
- [
- {
- "id":"caconfig",
- "pluginID":"caconfig",
- "lib":"binary\\CA.dll",
- "singleton":true
- },
- {
- "id":"caclient",
- "pluginID":"caclient",
- "lib":"binary\\CA.dll",
- "singleton":true
- }
- ],
-
- "url":"http://:6180/MessageService",
- "enable":false,
- "appid":"testApp",
- "casubject":"CN=Private Certificate Authority Of MOF, O=MOF, C=CN"
- }
|