mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-03-22 10:39:23 +00:00
18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"maxConnectionsTotal":100,
|
|
"maxConnectionsPerRoute":10,
|
|
"truststoreType":"JKS",
|
|
"truststoreProvider":"SUN",
|
|
"truststoreFile":"file:/opt/tip-wlan/certs/truststore.jks",
|
|
"truststorePass":"mypassword",
|
|
"keystoreType":"JKS",
|
|
"keystoreProvider":"SUN",
|
|
"keystoreFile":"file:/opt/tip-wlan/certs/client_keystore.jks",
|
|
"keystorePass":"mypassword",
|
|
"keyAlias":"clientqrcode",
|
|
"credentialsList":[
|
|
]
|
|
|
|
}
|
|
|