You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

debugger_config.json 403 B

1234567891011121314
  1. {
  2. "DebuggerSettings": {
  3. "ssl_certificate": true,
  4. "certificate_path": "/home/maning/sslcertificates/client.pfx",
  5. "certificate_passphrase": "12345678"
  6. },
  7. "DebuggerSettingsSpec": {
  8. "ssl_certificate": "true, secure_mode enable, default is true",
  9. "certificate_path": "path to the certificate file",
  10. "certificate_passphrase": "passphrase of the certificate"
  11. },
  12. "other": {}
  13. }