You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
5 years ago
|
{
|
||
|
"DebuggerSettings": {
|
||
|
"ssl_certificate": true,
|
||
|
"certificate_path": "/home/maning/sslcertificates/client.pfx",
|
||
|
"certificate_passphrase": "12345678"
|
||
|
},
|
||
|
|
||
|
"DebuggerSettingsSpec": {
|
||
|
"ssl_certificate": "true, secure_mode enable, default is true",
|
||
|
"certificate_path": "path to the certificate file",
|
||
|
"certificate_passphrase": "passphrase of the certificate"
|
||
|
},
|
||
|
"other": {}
|
||
|
}
|